@extends('layouts.page') @include('html.header.input') @include('html.header.select2') @include('html.header.validator') @include('html.header.fileupload') @include('html.header.edm-ajax') @include('html.header.address') @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('agency.word.basic_information')) }}

@include('template.agency.register.default', [ 'info_agency' => $info_agency, 'info_agent' => $info_agent ])
@endsection @section('ui-footer') @endsection