@extends('layouts.master') @section('title', 'Cost Center | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.cost centers')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content')| {{ __('basic.id') }} | {{ __('basic.code') }} | {{ __('basic.name') }} | {{ __('basic.main') }} | {{ __('basic.current balance') }} | {{ __('basic.handle') }} |
|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->code }} | {{ $item->name }} | @if($item->main_account == 0) {{ __('basic.main account') }} @else @endif | {{ $item->current_balance }} | {{ __('basic.edit') }} |