@extends('layouts.simple.master') @section('title', 'Default') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Clients

@endsection @section('breadcrumb-items') @endsection @section('content')
All Clients
@if (!empty($data)) @php $count = 0; $sorteddata = $data->sortByDesc('created_at'); @endphp @foreach ($sorteddata as $row) verified == 2) class="Verified" @else class="Unverified" @endif > @endforeach @endif
# Name Email Phone Number Status Action
{{ ++$count }} @if($row->verified == 2) Verified @else Unverified @endif @if (!empty($row->is_block)) @else @endif
@endsection @section('script') @endsection