@extends( Auth::user()->role === \App\User::admin ? 'layouts.app' : 'layouts.staff' ) @section('title') Edit Payment Head | Hamdard City @stop @section('breadcrumb') @stop @section('content')

Edit Payment Head

Update the information

{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@stop