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

{{__('Product Type')}}

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