@extends('student-panel.partials.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ $data['title'] }}

@forelse ($data['issue_book'] as $key => $row) @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('library.Book') }} {{ ___('library.Member') }} {{ ___('common.Phone') }} {{ ___('library.Issue Date') }} {{ ___('library.Return Date') }} {{ ___('common.status') }}
{{ ++$key }} {{ @$row->book->name }} {{ @$row->user->name }} {{ @$row->phone }} {{ dateFormat(@$row->issue_date) }} {{ dateFormat(@$row->return_date) }} @if ($row->status == App\Enums\Status::ACTIVE) {{ ___('library.return') }} @else {{ ___('library.issued') }} @endif

{{ ___('common.no_data_available') }}

{{ ___('common.please_add_new_entity_regarding_this_table') }}

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush