Dashboard

Add Shape
@csrf
Frame List
@foreach ($shapes as $shape) @endforeach
# Image Name Action
{{ $loop->iteration }} {{ $shape->name }}
@csrf @method('DELETE')