@if(Auth::user()) @can('blog check')
@endcan @endif @if (is_countable($blogs_paginate_style) && count($blogs_paginate_style) > 0)
@if(Auth::user()) @can('blog check')
@endcan @endif
@foreach ($blogs_paginate_style as $item)
@if(Auth::user()) @can('blog check') @php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); @endphp
@csrf
@endcan @endif
@endforeach @unset ($item)
{{ $blogs_paginate_style->links() }}
@else @if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
@endif @endif @if(Auth::user()) @can('blog check')
@php $modified_url = '/'; @endphp
@csrf
@endcan @endif