@extends('layouts/contentLayoutMaster') @section('title', 'Account Settings') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @if($message = Session::get('success'))
{{ $errors->first('current_password') }}
{{ $errors->first('password') }}
{{ $errors->first('npassword') }}
{{ $errors->first('dob') }}
{{ $errors->first('phone') }}
{{ $errors->first('co_name') }}