@extends('layouts.dashboard.signin') {{-- content --}} @section('content')
{!! Form::open($form) !!} {{-- logo --}}
{{-- /.logo --}} {{-- error --}} @include('layouts.dashboard.components.error') {{-- /.error --}}
{!! $title !!}
{!! Form::text('secured_code', '', [ 'class' => 'form-control', 'id' => 'secured_code', //'placeholder' => '', ]) !!}
{!! Form::close() !!}
@endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop