@extends('layouts.admin') @section('title', $mode === 'create' ? 'Add Pricing Rate' : 'Edit Pricing Rate') @section('eyebrow', 'Content Modules') @section('heading', $mode === 'create' ? 'Add Pricing Rate' : 'Edit Pricing Rate') @section('header_actions')
Back to Pricing Rates @if ($mode === 'edit') Preview Pricing Page @endif
@endsection @section('content')
@csrf @if ($mode === 'edit') @method('PUT') @endif
is_published)) class="h-5 w-5 rounded border-white/20 bg-transparent text-accent focus:ring-accent/20">
Cancel
@endsection