@extends('../layout/' . $layout) @section('subhead') Atarud MIS - Programs List @endsection @section('subcontent')

Programs List

New Program
{{-- --}} @foreach($programs as $program) {{-- --}} @endforeach
# Program DurationMonthly Fee Admission Fee Material Fee Examination FeeActions
{{ ++$c }} {{ $program->title }} {{ $program->duration }}{{ $program->monthly_fee }} {{ $program->admission_fee }} {{ $program->material_fee }} {{ $program->examination_fee }}
@include('../pages/program/delete') @include('../pages/program/create') @endsection @section('script') @endsection