@extends('layouts.parents.master') @section('title') {{studentCommonName(auth()->guard('student')->user()->username).__(' | Parcel Ledger')}} @endsection @section('headerTitle') {{__('Parcel Ledger')}} @endsection @section('content')
@foreach ($responseData as $key) @endforeach
S.No Date Time Item Detail
{{$loop->iteration}} {{date('d-m-Y',strtotime($key->d_date))}} {{$key->d_time}} {{$key->item}}
@endsection @push('web-scripts') @endpush