@extends("backend.layouts.app") @section("title", "Manage Packages") @section("content") Packages Add Package @foreach($packages as $package) @endforeach
ID Name Price Billing Cycle Status Actions
{{ $package->id }} {{ $package->name }} AUD {{ $package->price }} {{ ucfirst($package->billing_cycle) }} {{ $package->status }} Show Edit
@csrf @method('DELETE')
@endsection