@extends ('contentNavbarLayout') @section('title', 'View Record') @section('content')

Select Record Type

Choose the type of record you want to view

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

{{ $type-> description }}

@empty

No record types found for your search.

@endsection