@extends('admin.layouts.layouts') @section('title', 'Edit | Profile') @section('content')
{!! Form::open([ 'route' => 'profile-update', 'method' => 'POST', 'id' => 'validate_form_profile', 'class' => 'forms-sample', 'enctype' => 'multipart/form-data', ]) !!}
{{ $errors->first('profile_photo_path') }} @if (isset($authUser->profile_photo_path)) profile_photo_path}") }}" style="width:50px;height:50px;"> @endif
{{ $errors->first('name') }}
{{ $errors->first('mobile') }}
Cancel {{ Form::close() }}
@endsection @section('page-js') @endsection