@extends('layouts.app') @section('title','Cargo Types') @section('pages')
@include('layouts.partials.nav-menu')
{{--@if(in_array('cargo-types-create', $authRolePermissions)) --}} {{--@endif --}}
@include('cargo-types.table')
@endsection