@extends('site.inner') @section('title') {{label('lbl_program_categories')}} @endsection @section('breadcrumb') @endsection {{-- @section('page_title') {{ label('lbl_program_categories') }} @endsection --}} @section('page_content')

{!! label('lbl_program_categories') !!}

@if (count($program_categories)) @else
{{label('lbl_no_information')}}
@endif
@stop