@extends('layouts.app') @section('content') @if (session()->has('success'))
| Application ID | Address | Name | Phone No | Email Id | Browser | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $application->id }} | {{ $application->address }} {{ $application->city }} {{ $application->state }} {{ $application->zip }} | {{ $application->first_name }} {{ $application->last_name }} | {{ $application->contact_no }} | {{ $application->email }} | {{ $application->browser_name ?? 'Chrome' }} | @if($application->status == 'completed') Completed @elseif($application->status == 'inprogress') In-progress @else {{ $application->status }} @endif | {{-- {{ url('/backend/user/edit') }}/{{ $application->id }} --}} {{-- {{ url('/backend/user/delete') }}/{{ $application->id }} --}}{{-- --}} @if($application->status == 'completed') @endif |
| No record found... | |||||||