@extends('layouts.app') @section('title', __('role.settings')) @section('content') @includeIf('assetmanagement::layouts.nav')

@lang('assetmanagement::lang.asset_settings')

{!! Form::open(['action' => '\Modules\AssetManagement\Http\Controllers\AssetSettingsController@store', 'id' => 'asset_settings_form', 'method' => 'post']) !!}
@include('assetmanagement::settings.prefix_settings') @include('assetmanagement::settings.notification_settings')
{!! Form::close() !!}
@stop @section('javascript') @endsection