@extends('dashboard.master') @section('title', 'Book Distribute Details') @section('content')
Book Distribute Details
@if(!empty($data->exam_id)) @endif @if(!empty($data->session_id)) @endif
Teacher {{ $data->teacher->name ?? '' }}
Exam Name {{ $data->exam->name ?? '' }}
Session {{ $data->stusession->name ?? '' }}
Assigned By {{ $data->createdBy->name ?? '' }}
Note {{ $data->note ?? '' }}

@foreach ($subjects as $item) @endforeach
SN Kitab
{{ $loop->iteration }} {{ $item->subject->name }}
@endsection