@include('admin.Backend.Layout.common-head')
@include('admin.Backend.Layout.sidebar')
@include('admin.Backend.Layout.header')
Users
@php $pi = ($CustomerData->currentPage() - 1) * $CustomerData->perPage() + 1; @endphp @foreach($CustomerData as $data) @php $pi++; @endphp @endforeach
S.no User Name Phone Email Action
{{ $pi}} {{ $data['name']}} {{ $data['phone']}} {{ $data['email']}} View
@csrf @method('DELETE')
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')