@extends('landing.layouts.app') @section('content') @if(Session::get('storeId')) @php $store = \App\Models\Store::find(Session::get('storeId')); @endphp

Welcome to {{ $store->name }}

@endif {{--
--}} {{--
--}} {{--
--}} {{--

Filters

--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} @endsection {{-- --}}