@php($layout = auth('customer')->check() ? 'layouts.customer' : 'layouts.public') @extends($layout) @section('title', 'Limit Reached') @section('content')
{{ trim($exception->getMessage()) !== '' ? $exception->getMessage() : 'Your current plan limits have been reached.' }}