@extends('backend.layouts.app') @section('head') @endsection @section('content')
{!! \App\Services\SelectService::search_crated_at() !!} {!! \App\Services\ButtonService::apply_filter_button() !!}
# {{translate('Code')}} {{translate('Name')}} {{translate('Photo')}} {{translate('User')}} {{translate('Grand Total')}} {{translate('Delivery Status')}} {{translate('Payment Type')}} {{translate('actions')}}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} @endsection