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

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