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

FMI Checker

--}}
Placeholder 32x32

Media

dashboard > media
@csrf
@error('name') {{ $message }} @enderror
@error('files') {{ $message }} @enderror
Cancel
@isset($data) @foreach ($data as $item)
{{$item->name}}
@endforeach @endisset
@endsection @section('scripts') @endsection