@extends('layouts.authenticated') @section('content')
List of Types
@csrf

@foreach($types as $type) @endforeach
# Description Enabled Action
{{ $i++ }} {{ $type->description }} @if($type->enabled == 1) Yes @else No @endif
@endsection @section('customjs') @endsection