@extends('layout.template') @section('title', 'Calculation') @section('content')
Calculation Option
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Evaluation of lightning performance
LLPD selection based on outage number
On hand LLPD based selection
Take into account the short-circuit current
Target number of outages
On hand LLPD quantity
LLPD Selection
DLS
Select DLS
One
Two
Three
IOV
Select IOV
One
Two
Three
Ok
Cancel
@endsection @section('footer') @endsection