@extends('Admin.master_layout.master') @section('title', 'Orders') @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

Orders - edit


@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
Orders - edit
customer_same_as_payer == 1)checked="checked"@endif id="customer_same_as_payer">
Date with Formate of (YYYY-MM-DD HH:mm)
@if($order->invoice_file != '') View Invoice@endif
Items
@if(count($OrderItems)> 0 ) @foreach($OrderItems as $key => $item) @endforeach @endif
Item UoM Rate Qty Price
is_partial_payment_allowed == 1) checked="checked" @endif >
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection