@extends('template') @section('content')
Configurações de Sistema
{!! Form::open(['route' => $action->route, 'method' => $action->method]) !!}
Cancelar
{!! Form::close() !!}
@stop() @section('js-admin-terms') @stop()