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

{{__('Product Type')}}

@endsection @section('content')
@csrf @method('put')
@include('admin.inventory.types._form')
@endsection