@extends('layouts.master')
@section('title', 'Chargers Types')
@section('links')
@endsection
@section('content')
Chargers Types
@if(Entrust::can('create_stations'))
@endif
@include('common.datatable',['col_heads' => $col_heads])
@endsection
@section('scripts')
@endsection