@extends('layouts.dashboard.main') {{-- content --}} @section('content') {{-- nav --}} @include('layouts.dashboard.components.own.nav') {{-- section --}}
{{-- block --}}
{{-- alert --}}

設定が完了しました

{{-- /.alert --}}
{{-- /.block --}}
{{-- /.section --}} {{-- btn-fixed --}}
{!! __("lang.button.back") !!}
{{-- /.btn-fixed --}} {!! Form::close() !!} @endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop