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

{{ __('messages.select_the_product') }}

{{ __('messages.select_product_description') }}

@foreach($categories as $category) @foreach($category->products as $product)
first && $loop->parent->first ? 'checked' : '' }}>
@endforeach @endforeach
{{--
@include('frontend.pages.product.partials.product_details', [ 'product' => $firstProduct, 'priceRecord' => $priceRecord, 'colors' => $colors, 'sizes' => $sizes, 'variations' => $variations, 'roofTypes' => $roofTypes, 'dailyPrices' => $dailyPrices, 'roofRackPrices' => $roofRackPrices, 'manufacturers' => $manufacturers ])
--}}
@include('admin.booking.partials.dynamic_product', [ 'product' => $firstProduct, 'productType' => $productType, 'manufacturers' => $manufacturers, 'colors' => $colors, 'sizes' => $sizes, 'variations' => $variations, 'roofTypes' => $roofTypes, 'dailyPrices' => $dailyPrices, 'roofRackPrices' => $roofRackPrices, 'nonworkingDays' => $nonworkingDays, 'holidays' => $holidays, ])
@endsection