@extends('layoutsfrontend.master') @section('content') @php $imagePath=getbannerimage(); @endphp
@foreach($facilities as $res_facilities)
@php $havenImage = $res_facilities->galleries(4)->first(); $imagePath = getgallery($havenImage); @endphp @if($imagePath) @endif

{{ $res_facilities->name }}

@endforeach
@endsection