@extends('backend.layouts.app') @section('content')

My Account

@include('message')

Account Settings

{{csrf_field()}}
{{$errors->first('name')}}
{{$errors->first('email')}}
(Leave blank if you are not changing the password)
@endsection