@extends('layouts.master') @section('css') @section('title') {{ __('home.account_type') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطا
@endif
{{ csrf_field() }}

@foreach( App\Models\acounts_type::get() as $account) @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