@extends('layouts.user_type.auth') @section('content')
Plan Features
Back
@forelse($features as $key => $feature) @empty @endforelse
ID Plan Name Feature Name Description Value Sort Order Action

{{ $loop->iteration }}

{{ $feature->plan->name ?? 'No Plan' }}

{{ $feature->name }}

{{ $feature->description }}

{{ $feature->value }}

{{ $feature->sort_order }}

@csrf @method('DELETE')

No features available at the moment.

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