@extends('admin.layouts.app') @section('extra-css') @endsection @section('content')
| {{__('admin.id')}} | {{__('admin.type')}} | {{__('admin.number')}} | {{__('admin.category')}} | {{__('admin.model')}} | {{__('admin.color')}} | {{__('admin.length')}} | {{__('admin.width')}} | {{__('admin.height')}} | {{__('admin.load_capacity')}} | {{__('admin.number_of_axles')}} | {{__('admin.kilo_price')}} | {{__('admin.created_at')}} | {{__('admin.more')}} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$truck->id}} | {{$truck->type?->type_ar}} | {{$truck->number}} | {{$truck->catrgory?->category_ar}} | {{$truck->model?->model}} | {{$truck->color}} | {{$truck->length?->length}} | {{$truck->width?->width}} | {{$truck->height?->height}} | {{$truck->load_capacity?->load_capacity}} | {{$truck->number_of_axles?->number_of_axles}} | {{$truck->kilo_price}} | {{Carbon\Carbon::parse($truck->created_at)->locale('ar')->translatedFormat('l dS F G:i - Y')}} |