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