@extends('admin.layout') @section('title', 'Edit Plan') @section('page-title', 'Edit Pricing Plan') @section('content')
@csrf @method('PUT')
is_featured ? 'checked' : '' }} class="w-4 h-4 rounded border-gray-700 text-indigo-600">
@include('admin.partials.form-actions', ['submitText' => 'Update Plan', 'cancelRoute' => route('admin.pricing.index')])
@endsection