@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Fine and Payment'])
@include('components.alert')
@csrf {{--
--}}
Fine and Payment
Save
Cancel
Student ID
Select a Student
@foreach($students as $student)
{{ $student->firstname }}
@endforeach
Amount
Paid
Yes
No
Paid Date
Receipt No
Student Fine Details
#
Fine Amount
Book ID
Remarks
@include('layouts.footers.auth.footer') @endsection @push('scripts') @endpush