@extends('admin.admin_master') @section('admin')

All Return Sales

@foreach ($allData as $key => $item) @endforeach
Sl Warehouse Status Grand Total Paid Amount Due Amount Created Action
{{ $key + 1 }} {{ $item['warehouse']['name'] }} {{ $item->status }} ${{ $item->grand_total }}

${{ $item->paid_amount }}

${{ $item->due_amount }}

{{ \Carbon\Carbon::parse($item->created_at)->format('Y-m-d') }}
@endsection