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