@extends('core::layouts.master') @section('title') កែប្រែការលក់ @endsection @section('content')
{{csrf_field()}}
កែប្រែការលក់
*
@if($errors->first('branch')) {{$errors->first('branch')}} @endif
*
@if($errors->first('biller')) {{$errors->first('biller')}} @endif
*
@if($errors->first('customer')) {{$errors->first('customer')}} @endif
*
@foreach($tmp as $k => $v) @endforeach
*
@if($errors->first('order_tax')) {{$errors->first('order_tax')}} @endif
*
$
.00
@if($errors->first('sale_discount')) {{$errors->first('sale_discount')}} @endif
*
$
.00
@if($errors->first('shipping_cost')) {{$errors->first('shipping_cost')}} @endif
*
@if($errors->first('sale_status')) {{$errors->first('sale_status')}} @endif
*
@if($errors->first('payment_status')) {{$errors->first('payment_status')}} @endif
*
@if($errors->first('note')) {{$errors->first('note')}} @endif
@endsection @section('scripts') @endsection