@extends('layouts.app') @section('title', __('order.list')) @section('css') @endsection @section('content')
{{ __('order.list') }}
@can('customer.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('order.code') }} {{ __('app.date') }} {{ __('customer.customer') }} {{ __('app.mobile') }} {{ __('payment.status') }} {{ __('order.status') }} {{ __('app.created_by') }} {{ __('app.created_at') }} {{ __('app.action') }}
@endsection @section('js') @endsection