{{-- mainLayouts extends --}} @extends('layouts.contentLayoutMaster') {{-- Page title --}} @section('title', 'Car Model List') @section('vendor-style') @endsection {{-- page style --}} @section('page-style') @endsection @section('content') {{--
# | Car Model | Car Company | Created | Created By | ||
---|---|---|---|---|---|---|
{{$key + $car_models->firstItem()}} | {{$car_model->name ?? '-'}} | {{$car_model->company->name ?? '-'}} | {{$car_model->created_time ?? '-'}} | Admin |