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