@extends('web.layouts.layout') @section('css') @endsection @section('container_content') @include('web.layouts.partial') Choose your Category & Vendor Choose from the categories below to show Vendors @foreach ($categories as $category) {{$category->name}} @endforeach @foreach ($shops as $shop) {{$shop->name}} @endforeach @include('web.layouts.customer_side_menu') @endsection @section('inner_js') {{-- FIREBASE--}} {{-- --}} {{-- --}} {{-- --}} @endsection
Choose from the categories below to show Vendors