@extends('layout.app') @section('title', 'Edit Freight Entry') @push('header_script') @endpush @section('content')
| Goods Description | Size | Weight MT | Rate | Amount |
|---|---|---|---|---|
|
{{ $errors->first('party_desc_of_goods') }}
{{ $errors->first('trans_good_particular1') }}
{{ $errors->first('trans_good_particular2') }}
{{ $errors->first('trans_good_particular3') }}
|
{{ $errors->first('party_size') }}
|
{{ $errors->first('party_weight_mt') }}
{{ $errors->first('party_no_of_bag') }}
{{ $errors->first('party_loose') }}
|
{{ $errors->first('party_rate_per_mt') }}
|
{{-- ------------------------------- Freight Start for Party----------------------------------- --}}
Party
Freight
Freight :
{{ $errors->first('party_freight') }}
Vasuli :
{{ $errors->first('party_vasuli') }}
Unloading :
{{ $errors->first('party_unloading') }}
Holding :
{{ $errors->first('party_holding') }}
Challan :
{{ $errors->first('party_challan_or_permission') }}
Overload :
{{ $errors->first('party_overload') }}
Kata Charge :
{{ $errors->first('party_kata_charge') }}
Total :
{{ $errors->first('party_total') }}
{{-- ------------------------------- Freight End for Party----------------------------------- --}} {{-- ------------------- Market Freight Start For Party ------------------ --}} {{-- -------------------- Market Freight End For Party --------------- --}} {{-- ---------------------- Commission Section Strat ----------------- --}} Gross Total :
{{ $errors->first('party_gross_total') }}
Commi. % :
{{ $errors->first('party_commission_percent') }}
Commi. Amt :
{{ $errors->first('party_commission_amount') }}
Other :
{{ $errors->first('party_other_charge') }}
Net Total :
{{ $errors->first('party_net_total') }}
|
{{-- ---------------------- Commission Section End ----------------- --}}
| Goods Description | Size | Weight MT | Rate | Amount |
|---|---|---|---|---|
|
{{$errors->first('trans_desc_of_goods')}}
{{$errors->first('trans_good_particular1')}}
{{$errors->first('trans_good_particular2')}}
{{$errors->first('trans_good_particular3')}}
|
{{$errors->first('trans_size')}}
|
{{$errors->first('trans_weight_mt')}}
{{$errors->first('trans_no_of_bag')}}
{{$errors->first('trans_loose')}}
|
{{$errors->first('trans_rate_per_mt')}}
|
--}}{{-- ------------------------------- Freight Start for Party----------------------------------- --}}{{--
Party
Freight
Freight :{{$errors->first('trans_freight')}}
Vasuli :{{$errors->first('trans_vasuli')}}
Unloading :{{$errors->first('trans_unloading')}}
Holding :{{$errors->first('trans_holding')}}
Challan :{{$errors->first('trans_challan_or_permission')}}
Overload :{{$errors->first('trans_overload')}}
Kata Charge :{{$errors->first('trans_kata_charge')}}
Total :{{$errors->first('trans_party_total')}}
--}}{{-- ------------------------------- Freight End for Party----------------------------------- --}}{{-- --}}{{-- ------------------- Market Freight Start For Party ------------------ --}}{{-- --}}{{-- -------------------- Market Freight End For Party --------------- --}}{{-- --}}{{-- ---------------------- Commission Section Strat ----------------- --}}{{-- Gross Total :{{$errors->first('trans_gross_total')}}
Commi. % :{{$errors->first('trans_commission_percent')}}
Commi. Amt :{{$errors->first('trans_commission_amount')}}
Other :{{$errors->first('trans_other_charge')}}
Net Total :{{$errors->first('trans_net_total')}}
|
--}}{{-- ---------------------- Commission Section End ----------------- --}}{{--
| S.no | Date | Files | Remark | Action |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ date('d-M-Y', strtotime($row1->upload_reciving_date)) }} | @foreach (explode(',', $row1->file) as $uploadFile) File {{ $loop->iteration }} , @endforeach | {{ $row1->remark }} |