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

Countries

@php if(count($countries) > 1) $count = 'countries'; else $count = 'country'; @endphp

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

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