@extends('adminlte::page') @section('title', 'Checkouts') @section('content_header')
| Id | Mobile | User Name | Query | Created at | |
|---|---|---|---|---|---|
| {{$key+1}} | {{$application->mobile}} | {{$application->email}} | {{$application->name}} | {{$application->question}} | {{$application->created_at->format('d-M-y')}} |