@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.account_type') }} @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطأ
@endif
{{ csrf_field() }}
@php $i = 0; @endphp @foreach(App\Models\acounts_type::get() as $account) @php $i++; @endphp @endforeach
# {{ __('home.acount_name') }} {{ __('home.status_active') }} {{ __('home.relatediternalaccounts') }}
{{ $i }} {{ App::getLocale() == 'ar' ? $account->name_ar : $account->name_en }} {{ $account->active == 0 ? __('users.notactive') : __('users.active') }} {{ $account->relatediternalaccounts == 0 ? __('home.no') : __('home.yes') }}
@endsection @section('js') @endsection