@extends('layouts.admin') @section('title', 'Create Product') @section('content-header', 'Modify Product') @section('content')

@csrf @method("put")
Valid.
Please fill out this field.
Valid.
Please fill out this field.
Valid.
Please fill out this field.
home ==1 ? "checked":""}} value="1" id="home" name="home">
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