@extends('layouts.landingapp') @section('content') @if($Bannerimg) @endif @if($stores->count()) OUR STORES @foreach($stores as $item) {{$item->title}} @endforeach @else No Stores Available @endif @endsection