@extends('layouts.default') @section('content')
@foreach ($staff as $S) @endforeach
{!! trans('labels.icon') !!} {!! trans('labels.name') !!} {!! trans('labels.position') !!} {!! trans('labels.edu') !!}
{{ $S->st_firstname }} {{ $S->st_surname }} {{ $S->st_position }} {!! $S->st_education !!} {{ trans('labels.holidays') }}
@endsection