@extends('layouts.app') @section('content')

Account Type

Page for Account Type

{{--
--}}
@foreach ($accountTypes as $accountType) @endforeach
Name
{{ $accountType->name }}
@endsection @section('js') @endsection