@extends('admin.layout.base') @section('title', 'Update User ') @section('content')
Back
Update User
{{csrf_field()}}
@if(isset($user->picture)) @endif
Cancel
@endsection