@extends('dashboard.layouts.master')
@section('title', 'المستخدمين')
@else
@endif
@endif
{{ $row->f_name . ' ' . $row->l_name }}
@if ($row->status == 0)
الحساب محظور
@endif
@else
{{ $row->f_name . ' ' . $row->l_name }}
@if ($row->status == 0)
الحساب محظور
@endif
@endcan
@if ($row->job == null)
لم يتم إدخال المسمى الوظيفي
@else
{{ $row->job }}
@endif