{{ $pageTitle ?? __('message.list') }}
@if($count != 4) {{ __('message.add_form_title', ['form' => __('message.walkthrough')]) }} {{ __('message.help') }} @endif
@if(!empty($data) && isset($data[0]->type))
@foreach($data as $item)
{{__('message.title')}}: {{ $item->title }}
{{__('message.subtitle')}}: {{ $item->description }}
{{ html()->form('GET', route('website_section-delete', $item->id))->attribute('data--submit', 'walkthrough'.$item->id)->open() }} {{ html()->form()->close() }}
@endforeach
@endif
@section('bottom_script') @endsection