@include('admin.common-layout.header')
|
|
Board | Class | Stream | Subject | Status | Registered At | Action |
|---|---|---|---|---|---|---|---|
|
|
{{ $map->board->board_name ?? '' }} | {{ $map->class->classes_name ?? '-' }} | {{ $map->stream }} | {{ $map->subject->subjects_name ?? '-' }} | @if($map->status==1) Active @else Inactive @endif | @if(!empty($map->created_at)) {{ date('d-m-Y', strtotime($map->created_at)) }} @else @endif |
|