@extends('admin.master') @section('styleSheet') @endsection @section('content') @if(session('message')) @endif
Master's Program
{{--
--}} {{-- --}} {{-- Image type and information need to be specified.--}} {{--
--}}
@foreach($programInfo as $program) @endforeach
Image Title Schedule Duration Amount Status Action
{{$program->title}} {{$program->schedule}} {{$program->duration}} {{$program->amount}} {{$program->status == 'Y' ? "show" : "Hide" }} Edit Remove
@endsection @section('customJs') @endsection