@extends('layouts.front_main')
@section('title', $page_name)
@if(isset($page) && $page)
@include('front.partials._meta_properties_page')
@endif
@section('content')
@include('front.partials._breadcrumb')
@livewire('front.search-chefs', [
'recentjobtitle' => $recentjobtitle,
'recentsalary' => $recentsalary,
'country' => $country
])
@endsection
@push('scripts')
@endpush