@extends('Admin.master_layout.master') @section('title', 'Orders') @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')
Home
Orders
Add
Orders - add
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
Orders - add
Merchant:
Select Merchant
@if(count($merchants) > 0) @foreach($merchants as $key => $merchants)
id) selected @endif>{{ $merchants->name }}
@endforeach @endif
Merchant Customer Id :
Customer Name :
Customer Email :
Customer Mobile :
Customer Same as Payer :
Payer User :
New User
Existing User
Merchant Payer Id :
Payer Name :
Payer Name:
Select Payer
@foreach($payers as $payer)
id)?'selected':'' }}>{{ $payer->first_name }} {{ $payer->last_name }}
@endforeach
Payer Email :
Payer Mobile :
Payer PAN# :
Reasons :
Select Reasons
@if(count($reasons)) @foreach($reasons as $key => $reason)
{{ $reason->title }}
@endforeach @endif
Agent Type :
Select Agent Type
@if(count($agent_types)) @foreach($agent_types as $key => $agentType)
{{ $agentType->title }}
@endforeach @endif
Agents :
@if(count($rahebarObj)) @foreach($rahebarObj as $key => $rahebar)
{{ $rahebar->name }}
@endforeach @endif
Due Date :
Date with Formate of (YYYY-MM-DD HH:mm)
Transaction type :
Invoice File :
Items
Item
UoM
Rate
Qty
Price
Total Amount :
Want to pay partial amount? :
Status :
Active
Inactive
Save
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection