@extends('layouts/contentLayoutMaster') @section('title', 'User') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
@foreach ($userList as $user) @endforeach
Name Email Contact Number Role
{{ $user['name'] }} {{ $user['email'] }} {{ $user['contact_number'] }} {{ $user['role'] }}
@endsection @section('vendor-script') @endsection @section('page-script') @endsection