@if(Auth::user())
@endif
@isset ($site_info) @if (!empty($site_info->copyright)) @endif @else @if (Auth::user() || $draft_view == null || $draft_view->status == 'enable') @endif @endisset
@if(Auth::user())
@php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); @endphp @can('setting check')
@csrf
@csrf
@endcan @can('section check')
@csrf
@endcan @can('setting check')
@csrf
@csrf
@endcan
@endif