@extends('admin.layouts.app') @section('extra-css') @endsection @section('content')
| {{__('admin.id')}} | {{__('admin.length')}} | {{__('admin.kilo_price')}} | {{__('admin.created_at')}} | {{__('admin.more')}} |
|---|---|---|---|---|
| {{$truckLength->id}} | {{$truckLength->length}} | {{$truckLength->kilo_price}} | {{Carbon\Carbon::parse($truckLength->created_at)->locale('ar')->translatedFormat('l dS F G:i - Y')}} |