@extends('layouts.app') @section('title', session('company_code') . ' Elite System') @section('body')

@foreach($classifications AS $c) @endforeach
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
@endsection @section('scripts') @endsection