@extends('layouts.base') @section('body') @parent @if (isSubscribed() || !isCloud()) @endif @auth
{{--
Dashboard
--}} {{-- Your profile --}}
{{ $slot }}
@endauth @endsection