@extends('contentNavbarLayout') @section('title', 'Select Record Type') @section('content')

Select Record Types

Choose the type of document you want to create

@forelse($recordTypes as $type)
{{ $type->name }}

{{ $type->description}}

@empty

No records types available.

@endforelse
@endsection