@extends('layouts.master') @section('title', 'Accounts') @section('page-header') Revenue Cost Account Setup @stop @push('style') @endpush @section('content')
| Sl | Office/Project Type | Account Code | Account Name | Status | Actions |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->office_type }} | {{ $item->account_code }} | {{ $item->account_name }} | {!! $item->status == 'active' ? 'Active' : 'Inactive' !!} | {{-- --}} |