@extends('header.header') @section('content')
Supermarkets
@if(Auth::user()->role == "All") @endif

Supermarkets table


@foreach($data['data'] as $Supermarkets) @if(!empty(Auth::user()->role) && isset(Auth::user()->role) && Auth::user()->role == 4) @if(Auth::user()->StoreID == $Supermarkets['branch_id']) @include('SupermarketTable') @break @endif @else @include('SupermarketTable') @endif @endforeach
Supermarkets name Supermarkets image Status Address Tax MobileNumber Delivery Free Rate action
@endsection