@extends('admin/layouts/default') @section('title') Registration Application @parent @stop @section('content') @include('adminlte-templates::common.errors') {{Lang::get('transactions.registration_application')}} {{Lang::get('transactions.registration_application')}} {!! Form::open(['route' => 'admin.registration.store']) !!} {!! Form::label('purpose_of_registration', Lang::get('transactions.purpose_of_registration')) !!}: {{Lang::get('general.please_select')}} Property Vehicle {!! Form::submit(Lang::get('transactions.start'), ['class' => 'btn btn-primary']) !!} @if(Sentinel::inRole('admin')) {{Lang::get('general.cancel')}} @else {{Lang::get('general.cancel')}} @endif {!! Form::close() !!} @stop @section('footer_scripts') @stop