@extends('layouts.app') @section('title', 'Edit Consent') @section('page-title', 'Edit Checkout Consent') @section('breadcrumb', $checkoutConsent->title) @section('content')
@csrf @method('PUT')
Cancel
@endsection