@extends('layouts.page') @include('html.header.input') @include('html.header.select2') @include('html.header.validator', ['language' => 'en']) @include('html.header.edm-ajax') @push('css') @endpush @push('head') @endpush @section('ui-header') @include('template.form.navbar-tabmenu', [ 'fixed' => true, // top-fixed 활성화여부 'justified' => false, // tab 사이즈 균등배분 'array_tabmenu' => $array_tabmenu ]) @endsection @section('ui-content')

{{ strtoupper(Lang::get('staff.word.basic_information')) }}

@include('template.staff.register.default', $info_staff)
@if (Auth::isAccessAllowed('master') || ($info_staff->member_id === auth()->user()->member_id)) @endif
@endsection @section('ui-footer') @endsection