@extends('layouts.user_type.auth') @section('content')
All Plans
+  Add Plan
@forelse($plans as $key => $plan) @empty @endforelse
ID Name Price Signup Fee Invoice Period Trial Period Sort Order Currency Action

{{ $loop->iteration }}

{{ $plan->name }}

{{ $plan->price }}

{{ $plan->signup_fee }}

{{ $plan->invoice_period }} {{ $plan->invoice_interval }}

{{ $plan->trial_period }} {{ $plan->trial_interval }}

{{ $plan->sort_order }}

{{ $plan->currency }}

@csrf @method('DELETE')

No plans available at the moment.

{{ $plans->links('pagination::bootstrap-5') }}
@section('script') @push('scripts') @endpush @endsection @endsection