@extends('layouts.app') @section('title','Establishment Type') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('company-establishment-types-create', $authRolePermissions)) @endif
@include('establishment-types.table')
@endsection