@extends('backEnd.master') @section('title') @lang('hr.staff_settings') @endsection @section('mainContent')

@lang('hr.staff_information_field')

@php $count = $staff_settings->count(); $half = round($count / 2); @endphp @foreach ($staff_settings as $field) @if ($loop->iteration == 1 or $loop->iteration == $half + 1)
@endif @if ($loop->iteration == $half or $loop->iteration == $count)
@lang('student.registration_field') @lang('hr.staff_edit') @lang('student.required')
{{ __('hr.' . $field->field_name) }}
@endif @endforeach

@lang('hr.teacher_information_view')

@lang('hr.field') @lang('common.view')
Email
@lang('hr.field') @lang('common.view')
Phone
@endsection @push('script') @endpush