@extends('layouts.app') @section('content')
Recent Analysis
New Analysis
@foreach($records as $record) @endforeach
Customer Records Progress Status Actions
{{ $record?->customer?->name }} {{ $record->total }} {{ number_format(($record->successful + $record->failed)).' of '.number_format($record->total) }} {{ ($record->total - ($record->successful + $record->failed)) > 0 ? "Ongoing" : "Complete" }} Show
@endsection @section('customjs') @endsection