@extends('layouts.nav') @section('title') Dashboard @endsection @section('content')

Account Types

Add Account Type
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf

Available Account Types
@foreach ($accounts as $account) @endforeach
Account Type Action
Account Type Action
{{ $account->Name }}
@endsection