@extends('admin/layouts/default') {{-- title --}} @section('title') {{ trans('admin/'.$langFile.'.index-title') }} :: @parent @stop {{-- content --}} @section('content')
{{ trans('admin/general.id') }} | Name | Manufacturer | Model | Motorisation | Price | {{ trans('admin/general.create-updated') }} | {{ trans('admin/general.actions') }} |
---|---|---|---|---|---|---|---|
{{ $item->id }} | {{ $item->name }} | {{ $item->getManufacturerName() }} | {{ $item->getModelName() }} | {{ $item->getMotorisationName() }} | {{ number_format($item->price, 2, '.', ' ') }} | {{ date('d.m.Y', strtotime($item->created_at)) }} / {{ date('d.m.Y', strtotime($item->updated_at)) }} |