@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('content')
@include('commons.notifications')
{{-- --}} @if ($allusers->isEmpty()) @else @foreach ($allusers as $row) @endforeach @endif
#Name Designation Email Phone Action Bulk Actions ( )
No Records found
{{ $row->name }} {{ ucwords($row->designation_info->name) }} {{ $row->email }} {{ $row->phone }}
{{ $allusers->links() }}
Page : {{ $allusers->currentPage() }} of {{ $allusers->lastPage() }} | Total Records : {{ $allusers->total() }}
@endsection @section('javascript') @endsection