@extends('layouts.app') @section('title', 'Industry Type') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('industry-type-create', $authRolePermissions)) @endif
@include('industry-type.table')
@endsection