@extends('admin.layouts.master') @section('content')
| Name | Phone | Address | @if (auth()->user()->role == 'superadmin')Actions | @endif|
|---|---|---|---|---|
| @if ($item->name != null) {{ $item->name }} @endif {{ $item->nickname }} | {{ $item->email }} | {{ $item->phone }} | {{ $item->address }} | @if (auth()->user()->role == 'superadmin')@endif |