@extends('Admin.AdminMaster') @section('content') @if (Session::has('success')) @endif @if (Session::has('danger')) @endif
Oncredit Sales By Batches
@foreach ($sales as $item) @if ($item->PropertyName=='Plot') @else @endif @endforeach
Property Name: Plot Number: Block Number: Property Size/Discrpitions: City Name: District Name: Area/Street Name: Customer Name: Customer Phone: Oncredit for Price: Amount Payed: Oncredit Amount: Pay By Batches: Action:
{{ $item->PropertyName}} {{ $item->PlotNo}} {{ $item->BlockNo}}{{ $item->Size }} Sq.M{{ $item->Size }}{{ $item->CityName}} {{ $item->StateName}} {{ $item->AreaName}} {{ $item->CustomerName}} {{ $item->CustomerPhone}} 0 0 0 {{ $item->Batches}} Oncredit
@endsection