@extends('backend.layouts.app') @section('title', 'Internal Results') @push('style') @endpush @section('content')
Internal Results
@foreach ($files as $item) @endforeach
Title PDF Action
{{ $item->file_title ?? 'No Title' }} @if ($item->file_path) @else No File @endif
@csrf @method('DELETE')
{{ $files->links() }}
@endsection @push('script') @endpush