@extends('layouts.app') @section('title', 'Edit Product - ' . $product->name) @section('page_title', 'Edit Product') @section('content')
Edit Product: {{ $product->name }}
@csrf @method('PUT')
is_active) ? 'checked' : '' }}>

Cancel
@endsection