@extends('layouts.app') @section('title') {{ __('Container Types') }} @endsection @section('breadcrumb')

{{ __('Container Types') }}

@endsection @section('content')
@can('create_container_type') {{ __('Create') }} @endcan
# {{ __('Container type') }} {{ __('Action') }}
@endsection @section('scripts') @endsection