@extends('backend.layouts.app') @section('title','Profile') @section('content')
| {{ _trans('common.SL') }} | {{ _trans('common.Name') }}{{ _trans('common.Phone') }} | {{ _trans('common.Email') }} | {{ _trans('common.Join Date') }} | @foreach ($customers as $key=>$customer)|
|---|---|---|---|---|
| {{ $key+1 }} | {{ $customer->name }} | {{ $customer->phone }} | {{ $customer->email }} | {{ $customer->created_at }} |