Flower Arrangement

{{-- Add Flower--}}
@forelse($arrangements as $item) @empty @endforelse
NAME DESCRIPTION PRICE DATE ACTION
{{ $item->name }} {{ $item->description }} {{ $item->price->format() }} {{-- {{ number_format($item->price, 2) }}--}} {{ $item->created_at->format('M d, h:i A') }} {{-- Edit--}} Build {{-- --}} {{-- Edit Build--}} {{-- --}} {{ __('View Build') }}
@csrf @method('DELETE')
No flower found
@include('partials.pagination', ['paginator' => $arrangements])