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

Edit Receivable

Receiving Details

@if($errors->has('developer_id')) {{$errors->first('developer_id')}} @endif
@if($errors->has('project_id')) {{$errors->first('project_id')}} @endif
@if($errors->has('client_id')) {{$errors->first('client_id')}} @endif
@if($errors->has('blk')) {{$errors->first('blk')}} @endif
@if($errors->has('lot')) {{$errors->first('lot')}} @endif
@if($errors->has('gross_amount')) {{$errors->first('gross_amount')}} @endif
@if($errors->has('remarks')) {{$errors->first('remarks')}} @endif
Add More
@foreach ($grs as $g) {{----}} @endforeach
No Date Pay Mode Amount User Actions
{{$loop->index+1}}
{{$g->pay_mode}} {{number_format($g->amount,2)}} {{$g->user->full_name}}Edit | Delete {{-- Edit Modal id="e{{$g->id}}"--}} {{----}} {{----}} {{----}}
TOTAL {{ number_format($ttl_amt, 2)}}
{{--

Gross Release

--}}
@if(Session('info'))
@endif
@stop @section('script') @stop