@extends('vendors.layout') @section('content')
{{ __('Image') }} | {{ __('Name') }} | {{ __('Username') }} | {{ __('Email') }} | {{ __('Services') }} | {{ __('Schedule') }} | {{ __('Account Status') }} | {{ __('Action') }} | |
---|---|---|---|---|---|---|---|---|
|
@if ($staff->StaffContent->isNotEmpty()) @foreach ($staff->StaffContent as $content) {{ strlen($content->name) > 50 ? mb_substr($content->name, 0, 50, 'utf-8') . '...' : $content->name }} @endforeach @else {{ '-' }} @endif | {{ $staff->username ?? '-' }} | {{ $staff->email }} | {{ __('Assign') }} |
@php
$position = 'absolute';
$willChange = 'transform';
$top = '0px';
$left = '0px';
$transform = 'translate3d(0px, 33px, 0px)';
@endphp
|
|