@extends('layouts.master') @section('pagetitle') Product Type @endsection @section('title') Product Type @endsection @section('content') @php use App\Models\MerchantSite; $merchant_sites = MerchantSite::where('merchant_id', @auth('web')->user()->id)->first(); @endphp

Product Type

@include('layouts.alert')
@if($merchant_sites->business_type == 'grocery') @endif @php $i = ($menutypes->perPage() * ($menutypes->currentPage() - 1)) + 1 @endphp @forelse($menutypes as $menu) @if($merchant_sites->business_type == 'grocery') @endif @empty @endforelse
S.no Merchant SiteCategoryMenu Name Sort Order Status Action
{{ $i++ }} {{ $menu->merchantSite->name }}{{ @$menu->category->name }}{{ $menu->name }} {{ $menu->position }} status ? 'checked' : '' }}>
Menu Type Not Found!
{{ $menutypes->links() }}
@endsection @push('script') @endpush