@extends('backend.partials.master') @section('title', 'Purchase Report') @section('maincontent') Purchase Report From Date To Date Supplier Select Supplier @foreach($suppliers as $sup) {{ $sup->name }} @endforeach Search Sr. No. Bill Date Entry Date Bill No. Supplier Name Total Amount Total GST Grand Total Total @endsection