@extends('frontend.layouts.master2') @section('title') Destinations @endsection @section('main-content')
banner) && $location_category->banner) data-background="{{ Storage::url($location_category->banner) }}" @else data-background="{{ asset('frontend/assets/images/destinations_page.jpg') }}" @endif>

{{$location_category->title??''}} Destinations

Home {{$location_category->title??''}} Destinations
@if($destinations) @foreach($destinations as $destination) @endforeach @endif
@endsection