@endcan
@endif
@if(Auth::user())
@can('blog check')
@endcan
@endif
@if (is_countable($blogs_paginate_style) && count($blogs_paginate_style) > 0)
@foreach ($blogs_paginate_style as $item)
@if(Auth::user())
@can('blog check')
@php
$url = request()->path();
$modified_url = str_replace('/', '-bracket-', $url);
@endphp
@endcan
@endif
@if (!empty($item->section_image))
@else
@endif
@if (!empty($item->short_description))
{{ $item->short_description }}
@endif
{{ __('frontend.read_more') }}
@endforeach
@unset ($item)
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
It is a long established fact that a reader will be distracted [..]
Read More
It is a long established fact that a reader will be distracted [..]
Read More
It is a long established fact that a reader will be distracted [..]
Read More
It is a long established fact that a reader will be distracted [..]
Read More
It is a long established fact that a reader will be distracted [..]
Read More
It is a long established fact that a reader will be distracted [..]
Read More
@endif
@endif
@if(Auth::user())
@can('blog check')
@php
$url = request()->path();
$modified_url = str_replace('/', '-bracket-', $url);
@endphp