@extends('layouts.app') @section('title', 'Abstractor User') @section('content')
@include('settings.common_tabs')
@foreach($abstractorsusers as $absusers) @endforeach
Sl No Abstractor First Name Last Name Email User Role Status Action
{{ $i++ }} {{ $absusers->abstractor_name}} {{ $absusers->first_name}} {{ $absusers->last_name}} {{ $absusers->email}} {{ $absusers->user_roles}}
is_active==1) checked @endif>
 
@endsection