@extends('layouts.app') @section('content')

Leads

Leads List

@foreach ($customers as $customer) @endforeach
ID Name Email Phone Brief Time Brand Action
{{ $customer->id }} {{ $customer->name }} {{ $customer->email }} {{ $customer->phone }} {{ $customer->brief }} {{ Carbon\Carbon::parse((int) $customer->time)->format('M d Y m:i a') }} {{ $customer->brand }}
@method('DELETE') @csrf
ID Name Email Phone Brief Time Brand Action
@endsection @section('afterScript') @endsection