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