@extends('admin.layouts.container') @section('content')

{{$head ?? '' }}

@if($carType ?? '' && $carType->id) @method('PUT') @endif @csrf @foreach(languages() as $language)
@endforeach @if( count($allBoxTypes) >= 1 )
@foreach($allBoxTypes as $key=> $box)
@endforeach
@endif @if( count($allCarLoads) >= 1 )
@foreach($allCarLoads as $key=> $load)
@endforeach
@endif {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}}
@endsection @section('inner_js') @endsection