@extends('layouts.app') @section('title', __('order.report')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('order.details') }}
{{ __('app.records') }}
# {{ __('order.date') }} {{ __('customer.name') }} {{ __('order.status') }} {{ __('app.total') }} {{ __('payment.paid') }} {{ __('payment.balance') }}
@endsection @section('js') @include("plugin.export-table") @endsection