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

FMI Checker

--}}
Placeholder 32x32

Silent Remove

dashboard > silent-remove
@csrf
@error('apple_id') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
Cancel
@isset($data)
{!! $data !!}
@endisset
@endsection @section('scripts') @endsection