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

{{__('Container Types')}}

@endsection @section('content')

{{ __('Edit Container Type') }}

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