@include('admin.common-layout.header')
@php $sr=1; @endphp @foreach($mappings as $map) @php $sr++; @endphp @endforeach
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
Add New Mapping
@csrf
Edit Mapping
@csrf
@include('admin.common-layout.footer')