@extends('layouts.backend.app') @section('content') @include('layouts.backend.partials.headersection',['title'=>'Riders'])
@csrf
@if($type=='pending') @endif @foreach($users as $row) @if($type=='pending') @endif @endforeach @if($type=='pending') @endif
{{ __('Vendor ID') }} {{ __('Avatar') }} {{ __('Name') }} {{ __('Email') }}{{ __('Email verified') }}{{ __('Status') }} {{ __('Created at') }} {{ __('View') }}
{{ $row->id }} {{ $row->name }} {{ $row->email }}@if(!empty($row->email_verified_at)) {{ __('Verified') }} @else {{ __('Not verified') }} @endif{{ $row->status }} {{ $row->created_at->format('Y-F-d') }}
{{ __('Vendor ID') }} {{ __('Avatar') }} {{ __('Name') }} {{ __('Email') }}{{ __('Email verified') }}{{ __('Status') }} {{ __('Created at') }} {{ __('View') }}
{{ $users->links() }}
@endsection @section('script') @endsection