@extends('backend.layouts.master') @section('title', 'Edit User') @section('content')

Edit User

{{ csrf_field() }} {!! method_field('patch') !!}
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('location') }}
{{ $errors->first('location_latitude') }}
{{ $errors->first('location_longitude') }}
{{ $errors->first('status_id') }}
{{ $errors->first('role_id') }}
@endsection