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