@extends('layouts.parents.master') @section('title') {{studentCommonName(auth()->guard('student')->user()->username).__(' | In Out Pass')}} @endsection @section('headerTitle') {{__('In Out Pass')}} @endsection @section('content')
photomissing
{{schoolRedisDetail()['name']}}

{{schoolRedisDetail()['phone1']}}

{{schoolRedisDetail()['address']}}

{{$responseData['studentDetail']->name}} | Adm. Number : {{$responseData['studentDetail']->admno}}

Mobile : {{$responseData['studentDetail']->phn}}

Email : {{$responseData['studentDetail']->f_email}}

Address : {{$responseData['studentDetail']->ad1}},{{$responseData['studentDetail']->city}} PIN-{{$responseData['studentDetail']->pin}},{{$responseData['studentDetail']->state}}

In-Pass

Description Due
Fee Due {{$responseData['feeDetail']->balance??0.00}}
D.F.E Due {{$responseData['ledgerDetail']->balance??0.00}}
Block Name {{$responseData['studentDetail']->dorm??''}}
@endsection @push('web-scripts') @endpush