@extends('layouts.home_layout') @section('title','User Role Set') @section('style') {{-- --}} @endsection @section('content')
{{--
--}}
@include('common.alert_msg') {{-- @extends('common.alert_msg') --}}
@php $row_count=$datashow->firstItem(); @endphp @foreach ($datashow as $ds) @php $role_name=$ds->role_name; $data_des=$ds->description; @endphp @endforeach
Sl Name Email User Type
{{$row_count++}} {{$ds->name}} {{$ds->email}} {{$ds->user_type}}
Displaying {{$datashow->firstItem()}} to {{sizeof($datashow)}} of {{$datashow->total()}} {{ $datashow->render() }}
{{--
--}} {{-- Role set Modal Start --}} {{-- Role set Modal End --}} {{-- Role View Modal Start --}} {{-- Role View Modal End --}}
@endsection @section('script') @endsection