@extends('cms::layouts.master') @section('content')
{{--
profile image

Allowed JPG, GIF or PNG. Max size of 800kB


--}}
@csrf @method('PATCH')
{{ validationError($errors->get('username')) }}
{{ validationError($errors->get('name')) }}
{{ validationError($errors->get('email')) }}
{{ validationError($errors->get('mobile')) }}
{{ validationError($errors->get('current_password')) }}
Cancel
@endsection