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