@extends('admin.layouts.master')
@section('css')
@endsection
@section('page-header')
@endsection
@section('content')
{{ config('languageString.app_menu_type_user') }}
@foreach($userLang as $UserLng)
{{$UserLng['name']}} {{$UserLng['userLangCount']}}
@endforeach
@If(!empty($userNullCount) && $userNullCount > 0)
{{'NULL'}} {{$userNullCount}}
@else
@endif
{{ config('languageString.app_menu_type_guest') }}
@foreach($guestLang as $guest)
{{$guest['name']}} {{$guest['guestLangCount']}}
@endforeach
@If(!empty($guestNullCount) && $guestNullCount > 0)
{{'NULL'}} {{$guestNullCount}}
@else
@endif
{{ config('languageString.merchant') }}
@foreach($merchantLang as $merchant)
{{$merchant['name']}} {{$merchant['merchantLangCount']}}
@endforeach
@If(!empty($merchantNullCount) && $merchantNullCount > 0)
{{'NULL'}} {{$merchantNullCount}}
@else
@endif
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
{{ config('languageString.app_menu_type_business') }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
{{$models}}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- @foreach($businessLang as $business)--}}
{{-- {{$business['name']}} {{$business['businessLangCount']}}
--}}
{{-- @endforeach--}}
{{-- @If(!empty($businessNullCount) && $businessNullCount > 0)--}}
{{-- {{'NULL'}} {{$businessNullCount}}
--}}
{{-- @else--}}
{{--
--}}
{{-- @endif--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
@endsection
@section('js')
@endsection