@extends('admin.layout.index') {{-- =========== meta Title =================== --}} @section('title') اطلاعات کاربر @endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== My JavaScript =================== --}} @section('script') @endsection {{-- =========== CONTENT =================== --}} @section('content')
{{ $user->first_name.' '.$user->last_name.' - '. (isset($user->Role->display_name) ? $user->Role->display_name : '-') }}
@if($user->role!=4) @endif

@include('admin.sections.errors')
@csrf @method('put')
@auth