@php
$setting = \App\Models\Utility::getAdminPaymentSettings();
$logo = \App\Models\Utility::get_file('logo/');
@endphp
@yield('page-title') -
{{ isset($currentWorkspace->company) && $currentWorkspace->company != '' ? $currentWorkspace->company : config('app.name', 'Taskly') }}
@stack('style')
@if ($setting['site_rtl'] == 'on')
@endif
@yield('content')
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
@stack('scripts')
@if ($message = Session::get('success'))
@endif
@if ($message = Session::get('error'))
@endif