@extends('admin::index') @section('content')

{{ $header or trans('admin.title') }} {{ $description or trans('admin.description') }}

{{ __('Xem Đơn Nháp') }}
@include('partials.error') @include('admin::partials.exception') @include('admin::partials.toastr') @if(Session::has('swal')) @endif {{ Form::open(array('url' => '/orders', 'method' => 'POST', 'pjax-container'=>'', 'id' => 'pos_form' )) }} {{-- MAIN CONTENT --}}
    {{__('Mã SP')}} {{__('Tên')}} {{__('Số lượng')}} {{__('Thành tiền')}}

    {{ __('Thông tin khách hàng') }}

    {{ __('Thông tin đơn hàng') }}

    {{--
    --}} {{----}} {{--{{ __('Áp dụng') }}--}} {{--
    --}}
    {{ __('Số sản phẩm') }}
    0
    {{ __('Tổng tiền hàng') }}
    0
    {{ __('Tiền giảm') }}
    {{ __('Tiền nợ') }}
    {{ __('Thành tiền') }}
    0
    {{ Form::close() }}
    @endsection @push('styles') {{-- cannot use in pjax--}} @endpush