@extends('admin.layouts.app') @php $program_category_data = @$program_category_data; @endphp @section('content')

Program Manager

Program Categories

List of Program Category

@if(check_route_access('pc.add.form')) @endif
{{ csrf_field() }}
Reset
@include('admin.includes.status')
@if (!empty($program_category_data)) @foreach($program_category_data as $pcd) @endforeach @endif
Program Category Name Status Action
{{ $pcd->name }} status,'1') }} /> @if(check_route_access('pc.edit.form')) @endif @if(check_route_access('pc.delete')) @endif
@endsection @section('scripts') @endsection