'@extends('layouts.app') @section('title', 'Indexing Page')

@section('content')





@foreach($recordtypes as $recordtype) @if($recordtype->filename) @endif @endforeach
@endsection '