@extends('admin.layouts.master') @section('title') Commission Receivables @stop @section('style') @stop @section('content')

Edit Receivable

Receiving Details

Client Name : {{$rcvd[0]->client_name}}
Developer : {{$rcvd[0]->dev_name}}
Project : {{$rcvd[0]->prj_name}}
Blk {{$rcvd[0]->blk}} / Lot {{$rcvd[0]->lot}}
Selling Price : {{number_format($rcvd[0]->net_selling_price, 2)}}
Agent : {{$rcvd[0]->agent_name}}
Created By : {{$rcvd[0]->user_name}}
Created At : {{date("d-M-Y", strtotime($rcvd[0]->created_at))}}
@if($errors->has('num_month')) {{$errors->first('num_month')}} @endif
@if($errors->has('cnt_amount')) {{$errors->first('cnt_amount')}} @endif
@if($errors->has('remarks')) {{$errors->first('remarks')}} @endif
{{--
Add More
--}}
@foreach ($grs as $g) {{-- @endforeach {{----}}
No Date Pay Mode Amount User Release Actions
{{$loop->index+1}}
{{--class='input-group date datetimepicker1'--}} rcvd_date))}}" />
{{$g->pay_mode}} {{number_format($g->amount,2)}} {{$g->user->full_name}} @if ($g->is_released == 1) Yes @else No @endif Edit | Delete --}} {{-- Edit Modal id="e{{$g->id}}"--}} @if ($g->is_released == 0) @else @endif
TOTAL {{ number_format($ttl_amt, 2)}}
{{--

Gross Release

--}}
@if(Session('info'))
@endif {{--addRows--}} {{--Modal Notif not functional--}}
@stop @section('script') @stop