@extends('layouts.admin') @section('header-content') @endsection @section('content')
{{ csrf_field() }}
Start Date End Date
@foreach($obj as $key=> $list) @foreach($list->shop_ledger as $key=> $li) @endforeach @endforeach
Shop Name Outstanding Sale Recovery
{{$list->shop_name}} {{$list->outstanding_balance->balance}} {{$li->amount}}
@endsection @section('footer-content') @endsection