@extends('layouts.app') {{--Important Variables--}} @section('title') Sells Report @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') Sells Report CUSTOMER WISE PARTY LEDGER No date select show start to now {{ csrf_field() }} Select Customer Name @foreach( App\Customer::all() as $customer ) {{ $customer->name }} @endforeach Select Product ID to CUSTOMER PARTY LEDGER SUMMARY Anything is select show all {{ csrf_field() }} Select Project Name @if (App\Branch::all()->count() >0 ) @foreach( App\Branch::all() as $Branch ) {{ $Branch->name }} @endforeach @endif to {{-- --}} SELLER NAME WISE PARTY LEDGER Anything is select show all {{ csrf_field() }} Select Seller Name @foreach( App\Employee::all() as $employee ) id == old('employee_id' )) selected @endif value="{{ $employee->id }}">{{ $employee->name }} @endforeach to {{-- --}} @stop @push('include-css') @endpush @push('include-js') @endpush