@extends('adminlayout.admin') @section('content')
@if(Auth::user()->hasRole('super_admin')) Add @endif


Chargers List

@if(Session::has('message'))

{{ Session::get('message') }}

@endif
@if(Auth::User()->hasRole('super_admin')) @endif @php $i=1; @endphp @foreach($chargers as $data) @if(Auth::User()->hasRole('super_admin')) @endif @endforeach
S.no Model Type Power Warranty Serial Manufacturing StatusAction
{{$i++}} Months @if(Auth::User()->hasRole('super_admin')) {!! $status[$data->status] !!} @else {!! $status[$data->status]!!} @endif Edit Delete
@endsection