@extends('backend.layouts.main') @section('panel')
@if (Route::is('admin.website.floating.edit'))

Input Gambar

@csrf
@else

Input Gambar

@csrf
@endif
@foreach ($floating as $item) @endforeach
# Gambar Url Aksi
{{ $loop->iteration }} {{ $item->url }}

Popup

@csrf
@endsection