@extends('layouts.app') {{--Important Variables--}} @section('title') Multi Receipt Issue @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') {{__('lang.direct_receipt_issue')}} {{__('lang.search_criteria')}} {{__('lang.select_project')}} @foreach ($branches as $branch) id == $branch_id) selected @endif>{{ $branch->name }} @endforeach {{__('lang.project')}} {{__('lang.select_customer')}} {{__('lang.customer')}} {{__('lang.select_sell')}} {{__('lang.sell')}} @include('admin.partials.officialUnofficial') {{__('lang.payment_schedule')}} @if ($action !='edit' ) {{__('lang.create_receipt')}} {{__('lang.create_unofficial_receipt')}} @endif {{__('lang.payment_name')}} {{__('lang.schedule_date')}} {{__('lang.payable_amount')}} {{$transaction->systemSettingCurrency()}} {{__('lang.unoffcial_payable_amount')}} {{$transaction->systemSettingCurrency()}} {{__('lang.received_amount')}} {{$transaction->systemSettingCurrency()}} {{__('lang.unofficial_received_amount')}} {{$transaction->systemSettingCurrency()}} {{__('lang.actual_surcharge')}} {{__('lang.paid_surcharge')}} {{__('lang.balance_amount')}} {{$transaction->systemSettingCurrency()}} {{__('lang.payment_name')}} {{__('lang.schedule_date')}} {{__('lang.payable_amount')}} {{$transaction->systemSettingCurrency()}} {{__('lang.unoffcial_payable_amount')}} {{$transaction->systemSettingCurrency()}} {{__('lang.received_amount')}} {{$transaction->systemSettingCurrency()}} {{__('lang.unofficial_received_amount')}} {{$transaction->systemSettingCurrency()}} {{__('lang.actual_surcharge')}} {{__('lang.paid_surcharge')}} {{__('lang.balance_amount')}} {{$transaction->systemSettingCurrency()}} @if ($action !='edit' ) {{__('lang.create_receipt')}} {{__('lang.create_unofficial_receipt')}} @endif $id,'sells_id'=>$sells_id])}}" @endif method="post"> @csrf @if ($action =='edit') @endif @include('admin.schedule-manage.actual-payment.surcharge',['receipt_id'=>$id, 'receipt_type' => 'direct']) {{__('lang.receipt')}} Date Of Collection {{__('lang.attachment_slip')}} {{__('lang.surcharge_amount')}} {{$transaction->systemSettingCurrency()}} 0 {{__('lang.total_amount')}} {{$transaction->systemSettingCurrency()}} 0 {{__('lang.back')}} @stop @push('include-css') @endpush @push('include-js') @endpush