@extends('admin.master') @section('content') @if (session()->get('userData')[0]->roleid == 1)

User Manage

{{-- Add New --}} @foreach ($users as $user) @endforeach
Srl. Full Name Email Address Contact No. Profile Image Action
{{ $loop->iteration }} {{ $user->name }} {{ $user->email }} {{ $user->address }} {{ $user->contact_no }} @if (!empty($user->agreement_paper)) img @endif
{{-- @if ($user->roleid == 1) @else @endif --}}
@else

Sorry! Link is not found.

@endif @endsection