@extends('layouts.app') @section('content') @section('css') @endsection
| # | Name | Mobile | Address | Platform | Date | Status | Action | |
|---|---|---|---|---|---|---|---|---|
| {{$row->id}} | {{ucwords($row->name)}} | {{$row->mobile_number}} | {{$row->address}} | {{$row->email}} | {{ucwords($row->platform)}} |
{{date('d-M-Y', strtotime($row->created_at))}}
{{date('h:i A', strtotime($row->created_at))}} |
@if($row->status == 1) @else @endif |