@extends('master') @section('title') {{$title}} @endsection @section('content')
Add Program

Program Details Table

@foreach ($data as $item) @endforeach
S/N Short Name Type Estd Status Action
1 {{$item->short_name}} {{$item->type}} {{$item->estd}} {!! $item->status == 1 ? 'Publish' : 'Unpublish' !!} Update {!! $item->status == 1 ? 'Unpublish' : 'Publish' !!} Add Details Delete
@endsection