@extends('layouts.app') @section('extra-css') @endsection @section('content')

{{__('admin.users')}}

{{--
--}} {{-- --}} {{--
--}}
{{--
--}} {{-- @csrf--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@foreach($users as $user) verified_status==2) style=" background: #f38e8e;" @endif> @endforeach
{{__('admin.id')}} {{__('admin.img')}} {{__('admin.name')}} {{__('admin.email')}} {{__('admin.phone')}} {{__('admin.status')}} {{__('admin.created_at')}} {{__('admin.more')}}
{{$user->id}} Header Avatar {{$user->name}} {{$user->email??__('admin.no-data-available')}} {{$user->country_code}}{{$user->phone}}
verified==3)checked="" @endif>
{{Carbon\Carbon::parse($user->created_at)->locale(app()->getLocale())->translatedFormat('l dS F G:i - Y')}}
{{-- @can('edit_terms')--}} {{-- --}} {{-- @endcan--}}
{{$users->links()}}
@endsection @section('extra-js') @endsection @component('layouts.includes.modal') @slot('modalID') deleteModal @endslot @slot('modalTitle') {{__('admin.delete-data')}} @endslot @slot('modalMethodPutOrDelete') @method('delete') @endslot @slot('modalContent')
{{__('admin.delete-message-confirm')}}
@endslot @endcomponent