@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'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.all accounts') }}
{{ __('basic.all accounts') }}
@foreach ($acc as $item) @endforeach
{{ __('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') }}
@endsection @section('js') @endsection