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