@extends( Auth::user()->role === \App\User::admin ? 'layouts.app' : 'layouts.staff' ) @section('title') Edit Payment Head | Hamdard City @stop @section('breadcrumb')
Home
Payment Heads
Edit Payment Head
@stop @section('content')
Edit Payment Head
Update the information
{{csrf_field()}}
Name
*
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
Save
@stop