@extends('layouts.landingapp') @section('content')
{{--

OUR STORES

--}}
@foreach($Storecategories as $item) @endforeach
@endsection