@extends('admin/layouts/dashboard') @section('breadcrumbs', Breadcrumbs::render(Route::current()->getName())) @section('content')
@if(isset($mark)) Список автомобилей марки: {{ $mark->name }} @else Список автомобилей @endif
Марки автомобилей
@if((Auth::user()->isRole('admin')) OR (setting('auto.sync_auto_role') == 'true')) @if( !isset($bodies_db) )
Подключение к удаленной базе данных не заполнено
@else
Выберите недостающий автомобиль
@if (count($bodies_db) > 0) @endif @endif @else
Добавление авто доступно администратору
@endif
Экспортировать цены
@csrf
@if( $bodies->isEmpty() )
Нет данных
@else @endif
@endsection @section('script') @include('admin.helper.active.state_js', [ 'btnSelector' => '.js-change-activity' ]) @include('admin.helper.position', [ 'tableSelector' => '#sort-table' ]) @if(setting('auto.archive') == 'true') @endif @endsection