@extends ('layouts/template') @section('content')

Log in as

{{ $logInAsPros->withQueryString()->links() }} Total records: {{ $logInAsPros->total() }}  @if($logInAsPros->lastPage() > 1) ({{ $logInAsPros->perPage() }} per page) @endif
@if(session('message'))
{{session('message')}}
@endif @foreach($logInAsPros as $pro) @endforeach
Name Cell Number Email
{{$pro->displayName()}} {{$pro->cell_number}} {{$pro->email_address}}
@csrf
{{ $logInAsPros->withQueryString()->links() }} Total records: {{ $logInAsPros->total() }}  @if($logInAsPros->lastPage() > 1) ({{ $logInAsPros->perPage() }} per page) @endif
@endsection