@extends('layouts.app') @push('css') @endpush @section('content')
@if($layout != 'grid')

{{ setting_item_with_lang("boat_page_search_title") }}

@include('Boat::frontend.layouts.search.form-search', ['style' => 'default'])
@endif
@if(!is_mobile()) @include('Boat::frontend.layouts.search.sidebar-form-search') @endif
@include('Boat::frontend.layouts.search.list-item', ['layout' => $layout])
@endsection @push('js') @endpush