@extends('components.app') @section('styles') @endsection @section('title') FMI Checker @endsection @section('content')
{{--

FMI Checker

--}}
Placeholder 32x32

FMI Checker

dashboard > fmi-checker
@csrf
@error('template') {{ $message }} @enderror
Cancel
@isset($data) @foreach($data as $d)
{!! $d !!} @if (strpos($d, ''))
@endif
@endforeach @endisset
@endsection @section('scripts') @endsection