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

All Payment heads

@foreach($allPaymentHeads as $head) @endforeach
# Name Action
{{$count++}} {{$head->name}}
@stop @section('js') @stop