@extends('layout.user') @section('content')

{{$heading?? 'Settings'}}

Backup Settings
@if(!empty($latest_backup))

Latest Backup: {{ \Carbon\Carbon::parse($latest_backup->created_at)->isoFormat(\App\AppConstants::BACK_UP_DATE_FORMAT)}}

@else

Content not backed up yet

@endif
{{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
Become A Member
--}} {{-- @if(!empty($latest_subscription))--}} {{--

{{$latest_subscription->plan}} Plan

--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
@endsection