@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('Account Type')}}

{{__('Control and view all Account Type')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
{{-- --}} @foreach($Types as $Type) {{-- --}} @endforeach
#{{__('ID')}} {{__('Type')}} {{__('Has Branch?')}}{{__('Control')}}
{{$Type->id}} {{$Type->getTypeProfileAttribute()}} {{$Type->getBranchProfileAttribute()}}--}} {{-- id)}}" class="control-link edit">--}} {{--
@endsection @section("scripts") @endsection