@extends('layouts.admin') @section('content')
Search For Student @include('admin.errors.form-errors')
@if ($unPaid_salfny)
@if ($unPaid_salfny->total > 0) This student has ({{$unPaid_salfny->total}} EGP) un paid amount
@endif @if ($unPaid_salfny->total_aed > 0) This student has ({{$unPaid_salfny->total_aed}} AED) un paid amount
@endif
@endif
@csrf
@endsection @section('admin-js') @endsection