{{ __('message.list_form_title',['form'=> $pageTitle ])}}
@foreach ($sections as $section)

{{ $section->title }}

{{--

{{ $section->subtitle }}

--}}
{{ html()->form('DELETE', route('delivery-man-section.destroy', $section->id))->attribute('data--submit', 'deliverymansection' . $section->id)->open() }} {{ html()->form()->close() }}
@if(getSingleMedia($section, 'delivery_man_section_image')) {{ $section->title }} @endif
    @foreach ($section->deliverymansectiontitles as $title)
  • {{ $title->title }}
  • @endforeach
@endforeach