@foreach ($buttons as $button)
  • {{-- --}} {{-- --}}
    @if ($button['type'] == 'google_map') {{-- --}} @elseif($button['type'] == 'apple_map') @elseif($button['type'] == 'waze') @endif

    {{ \Illuminate\Support\Str::limit($button['address'], 20) }}

    {{--
    --}} {{-- Edit and Delete Button --}}
    {{--
    @csrf @method('DELETE')
    --}}
  • @endforeach