@extends('dashboard.layouts.master') @section('title', 'Energisations List') @section('content')
| ID | Name | Price | Description | Actions | |
|---|---|---|---|---|---|
| {{$energisations->firstItem() + $key}} | {{ $energisation->title }} | {{ $energisation->price ?? 'N/A' }} | {{ $energisation->description ?? 'N/A' }} | View Edit | |
| Energisation Not Found | |||||