@extends('admin/layouts/dashboard', [
'withoutContent' => true
])
@section('breadcrumbs', Breadcrumbs::render(Route::current()->getName(), $body))
@section('page_header')
Управление ценами автомобиля: {{ $body->model->mark->name }} {{ $body->model->name }} {{ $body->name }}
@endsection
@section('content')
@if( $body->modification->isEmpty() OR $body->complectation->isEmpty() )
@else
@endif
@endsection
@section('script')
@endsection