@extends('layout.master') @section('title', 'Bill Report') @section('content') Bill Report From Date: To Date: Customers @foreach ($customers as $item) {{$item->company_name}} @endforeach Search @include('inc.messages') Lot # Customer Bill Date Bill # Outward # Amount @endsection @section('css') @endsection @section('js') @endsection