@extends('layouts.home_layout') @section('title','Access User Partner') @section('style') @endsection @section('content')
@include('common.alert_msg')
@php $i = 1 @endphp @foreach ($list as $v) @endforeach
# User Partner Status Action
{{$i++}} {{$v->user_name}} [{{$v->user_email}}] {{$v->partner_name}} {{$v->status_text}}
@php // $list->count() // $list->currentPage() // $list->firstItem() // $list->hasMorePages() // $list->lastItem() // $list->lastPage() (Not available when using simplePaginate) // $list->nextPageUrl() // $list->perPage() // $list->previousPageUrl() // $list->total() (Not available when using simplePaginate) // $list->url($page) @endphp
Displaying {{$list->firstItem()}} to {{$list->lastItem()}} total {{$list->count()}} of {{$list->total()}} items {{ $list->render() }}
{{-- Modal Start id="modal" --}} {{-- Modal End --}}
@endsection @section('script') @endsection