@extends('adminlayout.dashadmin') @section('content')
Add VOLTS


VOLTS LIST

@php $i=1; @endphp @foreach($volts as $data) @endforeach
NAME. VALUE ACTION
{{$data->name}} {{$data->value}} Edit Delete
@endsection