@extends('layouts.app_backend') @section('content') @if(session('success'))
@endif

Primary Table

@foreach($realtors as $realtor) @endforeach
# Full Name Email Phone Number Location Activity Actions
{{ $realtors->firstItem() + $loop->index }} {{ $realtor->firstname }} {{ $realtor->lastname }} {{ $realtor->email }} {{ $realtor->phone }} {{ $realtor->location }}
{{ $realtors->links() }}
@endsection