@extends('layouts.admin') @section('title', 'Create Product Type') @section('content-header', 'Modify Product Type') @section('content')
@csrf @method("put")
Valid.
Please fill out this field.
active ==1 ? "checked":""}} value="1" id="active" name="active">
Valid.
Please fill out this field.
@endsection @section('js') @endsection