@extends('layouts.app') @section('title', session('company_code') . ' Elite System') @section('body')
| Account Classification | Sub-Classification | Description | Status | Action |
|---|---|---|---|---|
| {{ strtoupper($c->class) }} | {{ strtoupper($c->sub_class) }} | {{ ucwords($c->description) }} | @if($c->is_active == 1) @else @endif |
@if($c->is_active == 1)
@else
@endif
|