@foreach ($packages as $package ) @endforeach
# {{ __('name') }} {{ __('ad credits') }} {{ __('price') }} {{ __('actions') }}
{{ $loop->iteration }} {{ $package->name }} {{ $package->ad_credits }} {{ $package->price }}
@csrf @method('DELETE')