@extends('admin/layouts/dashboard') @section('breadcrumbs', Breadcrumbs::render(Route::currentRouteName(), $complectation)) @section('content')
ID | {{ $complectation->id }} |
Позиция | {{ $complectation->position }} |
Название | {{ $complectation->name }} |
Кузов | {{ $complectation->body->model->mark->name }} {{ $complectation->body->model->name }} {{ $complectation->body->name }} |
Создано | {{ $complectation->created_at }} |
Изменено | {{ $complectation->updated_at }} |
Параметры | @foreach($complectation->parameter as $item) {{ $item->name }} @endforeach |
Дополнительные параметры | @foreach($complectation->additionalParameter as $item) {{ $item->name }} ({{ price_format($item->pivot->price) }} руб.) @endforeach |
Пакеты | @foreach($complectation->pack as $item) {{ $item->name }} @endforeach |