@extends('layouts.master') @section('title', 'Workers | Proxima - Medical Management app') @section('title-topbar', 'Workers') @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @if (Session::has('error_delete')) @endif @endsection @section('content')NAME | BRANCH | ROLE | ACTIVATION | 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) Actived @else deactivate @endif | Edit {{ __('basic.attendance') }} |