@extends('layouts.customer') @section('title', 'New Subscription') @section('page-title', 'New Subscription') @section('content')
@csrf
@error('plan_id')

{{ $message }}

@enderror
Cancel Subscribe
@endsection