@extends('admin.layouts.container') @section('content')
@CSRF

{{ $title }}

{{ __('orders.id') }} {{ __('orders.user_id') }} {{ __('orders.total') }} {{ __('orders.type') }} {{ __('dashboard.created_at') }} {{ __('dashboard.processes') }}
@endsection @section('inner_js') @endsection