{{-- mainLayouts extends --}} @extends('layouts.contentLayoutMaster') {{-- Page title --}} @section('title', 'Car Knowledge Edit') @section('vendor-style') @endsection {{-- page style --}} @section('page-style') @endsection @section('content')
| # | Car Company | Car Model | Delete | |
|---|---|---|---|---|
| {{ $company->id }} | {{ $company->company->name ?? null }} | 
                            @foreach ($company->carKnowledgeModels as $model)
                             
                                {{ $model->carModel->name }} Delete
                             
                            @endforeach
                         | 
                        ||
| No Car Information Found! | ||||