@extends('layouts.warden.app') @section('content')
@include('errors')
@include('layouts.messages')
@csrf

Outing History

Student Name
: {{ $student->student_name}}
Student ID
: {{ $student->student_id }}
School
: {{ $student->nama_pusat }}
{{--

List Student Outing Application

--}} {{-- @if(count($details) > 0) --}} @forelse($details as $detail) {{-- --}} @empty @endforelse
No. Date Applied Reason Outing Period Approval Approval By Scanned Out Scanned In
{{ $loop->iteration }}. {{ $detail->date_created }} {{ $detail->reason }} {{ $detail->start_date }} - {{ $detail->end_date }}{{ $detail->appl_status }}{{ $detail->appl_status }} {{ $detail->approval_by ?? 'No information provided' }} {{ $detail->masa_keluar ?? '-' }} {{ $detail->masa_masuk ?? '-' }}
No outing application record found for this student.
{{ $details->links() }} {{-- @else

No outing application record found for this student.

@endif --}}
{{--

--}}
@endsection