@extends('layouts.admin') @section('content')
Search Invoices @include('admin.errors.form-errors')

Search for Invoice

@csrf
Search for invoice {{--
--}}
{{--
--}} {{--
--}} {{--
--}}
{{--

Sessions List

@foreach($examinationSessions as $key => $session) @endforeach
# Session Name Registration Period Year Active Actions
{{ ++$key }} {{ $session->name }} {{ $session->start_date . ' - ' . $session->end_date }} {{ $session->year }} {{ $session->is_active ? 'Yes' : 'No' }}
--}}
{{-- --}}
@endsection @section('admin-js') @endsection