@extends('layouts.app') {{-- Or your layout --}} @section('content')
@if(session('warning'))
{{ session('warning') }}
@endif

Subscription Required

Your subscription is either inactive or expired. Please renew your subscription to access this resource.

{{-- Optionally add a link to subscription page --}} {{-- Renew Subscription --}}
@endsection