@extends('layouts.master') @section('title', 'Workers | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.workers')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @if (Session::has('error_delete')) @endif @endsection @section('content')| {{ __('basic.name') }} | {{ __('basic.branch') }} | {{ __('basic.role') }} | {{ __('basic.activation') }} | {{ __('basic.handle') }} |
|---|---|---|---|---|
{{ $iteam->first_name . ' ' . $iteam->second_name }}{{ $iteam->started_work }} |
@if ($iteam->branch_id == 0) ALL @else {{ $iteam->branch['name'] }} @endif | @foreach ($iteam->getRoleNames() as $roles) {{ $roles }} @endforeach | @if ($iteam->deactivate == 0) {{ __('basic.actived') }} @else {{ __('basic.deactivated') }} @endif |