@extends('layouts.app') @section('content') @php $userPermission = \Session::get('userPermission'); $organization_type = \Session::get('organization_type'); @endphp

States

@php if(count($states) > 1) $count = 'states'; else $count = 'state'; @endphp

You have total {{ count($states) }} {{ $count }}.

  • @if(isset($userPermission['brands']) && ($userPermission['brands']['edit_all'] || $userPermission['brands']['edit_own']))
  • Add State
  • @endif
Country Name State Name Action
@endsection @push('footerScripts')