@extends('template.master') @section('content') @if( $role=Auth::user()->user_type =='2')

User List

@include('partials.message')
@foreach ($user as $service) @endforeach
SL Keyword Email Phone Desegnation Subject Menu Permission Status Action
{{ $loop->index + 1 }} {{ $service->name }} {{ $service->email }} {{ $service->phone }} {{ $service->address }} {{ $service->company_name }}
@if($service->menu_permission== 1)

ON

@else

OFF

@endif
@if($service->user_type== 1)

Active

@elseif($service->user_type== 2)

Active

@else

InActive

@endif
@if($service->user_type== 1) @endif
@endif @endsection