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

Add New Payment Head


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