@extends('dashboard.layouts.master') @section('title', 'Energisation Details') @section('content')
Energisation Details
@include('dashboard.energisations.common.form', ['energisation' => $energisation, 'isShow' => true])
@endsection