@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("ِAll Account Type")}}

@endsection @section("content") @foreach($accounTyps as $accounTyp)
@endforeach
{{__("Account Type In English")}} {{__("Account Type In Arabic")}} {{__("Created at")}}
{{$accounTyp->name_en}} {{$accounTyp->name_ar}} {{$accounTyp->created_at}}
@endsection