@extends('admin.layouts.master') @section('title') Edit Release @stop @section('style') {{----}} {{-- --}} @stop @section('content')

Edit Release

{{$header[0]->dev_name}} // {{$header[0]->prj_name}}
{{$header[0]->blk}} | {{$header[0]->lot}}
{{$header[0]->client_name}}
{{$header[0]->agent_name}}
{{ number_format($sale_comm->agent_com_rate,2) ?? 0 }}
{{ number_format((float) $ttl_rls[0]->ttl_release, 2) ?? 0 }} {{--{{ number_format($a_rem_rcvd,2) ?? 0 }}--}}
{{$header[0]->um_name}}
{{ number_format($sale_comm->um_com_rate,2) ?? 0 }}
{{ number_format((float) $ttl_rls[0]->ttl_release_mgr, 2) ?? 0 }} {{--{{ number_format($u_rem_rcvd,2) ?? 0 }}--}}
{{--
{{$header[0]->pay_mode}}
--}} {{--
{{number_format($header[0]->amount, 2)}}
--}}
{{--$ttl_rcvd[0]->ttl_receive--}}
{{--
{{number_format($ca_bal[0]->ttl_cash_adv-$ca_bal[0]->ttl_cash_payment, 2)}}
{{number_format($ca_bal2[0]->ttl_cash_adv-$ca_bal2[0]->ttl_cash_payment, 2)}}
--}}
@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
Bal: {{number_format($ca_bal,2) ?? 0 }}
@if($errors->has('ca_amount')) {{$errors->first('ca_amount')}} @endif
Bal: {{number_format($um_bal,2) ?? 0 }}
@if($errors->has('um_ca_amount')) {{$errors->first('um_ca_amount')}} @endif
{{--
@if($errors->has('remarks')) {{$errors->first('remarks')}} @endif
--}} {{--
Cancel
--}}
Cancel
{{csrf_field()}}
@if(Session('info'))
@endif
@stop @section('script') {{----}} @stop