@extends('layout.manage') @section('css_page_level') @endsection @section('page-content-wrapper')

@inject('setting','anlutro\LaravelSettings\Facade') {{ $setting::get('system_name','全方位建築智慧化管理系統') }} {{ $setting::get('company_name','新保科技') }}

編輯個人資料
@for($i=0;$i<$count;$i++)
@endfor
@for($i=0;$i<$count_company;$i++)
@endfor
@for($i=0;$i<$count_subject;$i++)
@endfor
@for($i=0;$i<$count_education;$i++)
@endfor
@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection