芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/resources/views/livewire/subscribe-post-easier.blade.php
@if ($style == 'style1') @if(Auth::user()) @can('section check')
@endcan @endif
@if(Auth::user()) @can('section check')
{{ __('content.touch') }}
@endcan @endif @isset ($subscribe)
{{ $subscribe->title }}
@else @if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
Subscribe to the newsletter to be informed about us
@endif @endisset
{{ __('frontend.subscribe') }}
@error('email')
{{ $message }}
@enderror @if($message = Session::get('success'))
{{ __($message) }}
@endif
@if(Auth::user()) @can('section check')
@php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); @endphp
@csrf
{{ __('content.edit_subscribe') }}
@endcan @endif @endif