芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/resources/views/frontend/blog/search-index-result-index.blade.php
@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')
{{ __('content.touch') }}
@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
@if (!empty($item->section_image))
@else
@endif
@if ($item->type == "with_this_account") {{ $item->author_name }} @else {{ __('frontend.anonymous') }} @endif
{{ $item->category_name }}
{{ $item->title }}
@if (!empty($item->short_description))
{{ $item->short_description }}
@endif
{{ __('frontend.read_more') }}
@endforeach @unset ($item)
{{ $blogs_paginate_style->links() }}
@else @if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
{{ __('frontend.search') }}
@csrf
@endif @endif @if(Auth::user()) @can('blog check')
@php $modified_url = '/' @endphp
@csrf
{{ __('content.edit_section_title_description') }}
@endcan @endif