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