@extends('shared.admin') @section('content')

Customers

All Customers

@for ($i = 0; $i < count($list); $i++) @php $m = $list[$i]; @endphp @endfor
ID Image Name Address Phone Action
{{ (($current_page - 1) * $page_size + $i + 1) }}
@if($m->thumb != '') @else @endif
{{ $m->fullname }} {{ $m->address }} {{ $m->phone }} $m->id]) }}")' title="Delete" title="">
@endsection