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