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

{{__('Container types')}}

@endsection @section('content')

{{ __('Create Container Types') }}

@csrf
@include('admin.container_type._form')
@endsection @section('scripts') @endsection