| {{ trans('general.sno') }} | {{ trans('academic.subject.subject') }} | {{ trans('academic.book_list.props.title') }} | {{ trans('academic.book_list.props.publisher') }} |
|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $textbook->subject?->name }} | {{ $textbook->title }} | {{ $textbook->publisher }} |
| {{ trans('general.sno') }} | {{ trans('academic.subject.subject') }} | {{ trans('academic.book_list.props.title') }} | {{ trans('academic.book_list.props.quantity') }} |
|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $notebook->subject?->name }} | {{ $notebook->title }} @if ($notebook->pages) ({{ $notebook->pages }}) {{ trans('academic.book_list.props.pages') }} @endif | {{ $notebook->quantity }} {{ trans('list.unit.pcs') }} |