@extends('layouts.main') @section('content')
| ID | Date | Name | Phone Number | District | Location | Gender | Age | Customer Type | Referee | Action | @foreach($customers as $customer)
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $customer->id }} | {{Carbon\Carbon::parse($customer->created_at)->format('Y-m-d')}} | {{ $customer->name}} | {{ $customer->phone_number}} | {{ $customer->address}} | {{ $customer->location($customer->id) }} | {{ $customer->gender }} | {{ $customer->age }} | {{ $customer->customer_type }} | {!! $customer->refrees($customer->id) !!} | Statement |