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

New 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('net_selling_price')) {{$errors->first('net_selling_price')}} @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('num_month')) {{$errors->first('num_month')}} @endif
@if($errors->has('remarks')) {{$errors->first('remarks')}} @endif
{{--
Add More
No Date Pay Mode Amount User Actions
TOTAL 0.00
--}}
{{----}} {{----}} {{----}} {{----}} {{----}} {{----}}
No.Date Paymode AmountActionsPrice Total
{{--
--}}
{{--

Commission Info

Title Description Actions
Delete
Add More
--}} @if(Session('info'))
@endif
@stop @section('script') @stop