@extends('app_admin') @section('title', 'Concierges | Luxury Concierge') @section('content')
Name | Gender | Cell Phone | Controls | |
---|---|---|---|---|
@{{ concierge.first_name + ' ' + concierge.last_name }} | @{{ concierge.gender }} | @{{ concierge.cell_phone | tel }} | @{{ concierge.email }} |
@if(Auth::user()->hasRole('admin') || Auth::user()->id == 63)
@endif
|