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