@php $class = isset($assigned) ? '' : 'bg-reddish' @endphp
Level
Photo
@lang("content.first_name")
@lang("content.last_name")
@lang("content.position")
Accountable For
Reports To
Accountable Manager
Support Staff
@lang("content.actions")
@foreach($organizationObject as $each) @php $picture = !is_null($each->thumb) ? $each->thumb : 'profile.png'; @endphp
{{ $each->level }}
user_id}") }}">
{{ $each->first_name }}
{{ $each->last_name }}
id}") }}">{{ $each->position }}
@foreach($each->tableInfo as $pos => $values) {{ ucwords($pos)." : ".implode(', ', $values) }} @endforeach
{{ $each->report_to }}
id) }}" class="btn btn-warning">BSC id) }}" class="btn btn-success">Display id."/edit?s=".rand(100, 999)) }}" class="btn btn-primary">@lang("content.edit") {!! Form::open(['method' => 'DELETE', 'data-same_url', 'class' => 'inline', 'url' => url('organization/'.$each->id) ]) !!} {!! Form::submit('Delete', [ 'class' => "btn btn-danger"]) !!} {!! Form::close() !!}
@endforeach