@extends('layouts.admin') @section('content')
@csrf @if(isset($productType)) @method('PUT') @endif @include('productType._form')
@if ($errors->any())
@endif @endsection