@extends('layouts.master') @section('title') {{ __('User Edit') }} @endsection @section('main_content')

{{ __('Edit Staff') }}


@csrf @method('put')
user
{{__('Cancel')}}
@endsection