@extends('admin.layouts.app') @section('title','Project') @section('css') @endsection @section('contents')
@if(isset($scores)) @php $i = 1; @endphp @foreach($scores as $score) @endforeach @endif
S/N URL Email Performance Accessibility Best Practices SEO PWA Created at
{{ $i++ }} {{ $score->url }} {{ $score->email }} {{ $score->desktop_performance_score }} {{ $score->desktop_accessibility_score }} {{ $score->desktop_best_practices_score }} {{ $score->desktop_seo_score }} {{ $score->desktop_pwa_score }} {{ \Carbon\Carbon::parse($score->created_at)->diffForHumans() }}
@endsection @section('js') @endsection