@extends('layouts.app') @section('title') {{ __('Create container') }} @endsection @section('breadcrumb')

{{__('Containers')}}

@endsection @section('content')

{{ __('Create Container') }}

@csrf
@include('admin.container._form')
{{--

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

@csrf
--}} @endsection @section('scripts') @endsection