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

New Release

Releasing Details

@if($errors->has('release_date')) {{$errors->first('release_date')}} @endif
@if($errors->has('agent_id')) {{$errors->first('agent_id')}} @endif
@if($errors->has('umanager_id')) {{$errors->first('umanager_id')}} @endif
@if($errors->has('referrer_id')) {{$errors->first('referrer_id')}} @endif
@if($errors->has('agent_pcg_rate')) {{$errors->first('agent_pcg_rate')}} @endif
@if($errors->has('agent_com_rate')) {{$errors->first('agent_com_rate')}} @endif
@if($errors->has('um_pcg_rate')) {{$errors->first('um_pcg_rate')}} @endif
@if($errors->has('um_com_rate')) {{$errors->first('um_com_rate')}} @endif
@if($errors->has('broker_pcg_rate')) {{$errors->first('broker_pcg_rate')}} @endif
@if($errors->has('broker_com_rate')) {{$errors->first('broker_com_rate')}} @endif
@if($errors->has('ref_pcg_rate')) {{$errors->first('ref_pcg_rate')}} @endif
@if($errors->has('ref_com_rate')) {{$errors->first('ref_com_rate')}} @endif
{{--}}
@if($errors->has('developer_id')) {{$errors->first('developer_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('num_month')) {{$errors->first('num_month')}} @endif
--}}
@if($errors->has('remarks')) {{$errors->first('remarks')}} @endif
Add More
{{----}} {{----}} {{----}} {{--@foreach ($devs as $dev) {{$dev}} @endforeach--}}
No.Date Paymode AmountActionsPrice Total
{{--

Commission Info

Title Description Actions
Delete
Add More
--}} @if(Session('info'))
@endif
{{--
@if($errors->has('property_id')) {{$errors->first('property_id')}} @endif
@if($errors->has('agent_id')) {{$errors->first('agent_id')}} @endif
@if($errors->has('blk')) {{$errors->first('blk')}} @endif
@if($errors->has('net_selling')) {{$errors->first('net_selling')}} @endif
@if($errors->has('rate_amount')) {{$errors->first('rate_amount')}} @endif
@if($errors->has('ttl_amount_release')) {{$errors->first('ttl_amount_release')}} @endif
@if($errors->has('release_amount')) {{$errors->first('release_amount')}} @endif
{{csrf_field()}}
--}} @if(Session('info'))
@endif @stop @section('script') {{----}} @stop