@extends('backend.base') @section('page_css') @stop @section('page_content')
{{ APP_NAME }}
{{ Form::open(['route' => array('generate.contractor.external.invitation',$company_hash),'class'=>'form-horizontal form-material','data-parsley-validate'=>'','method'=>'POST','autocomplete'=>'off','id'=>'external_contractor_registration_request']) }}

"{{ ucwords(strtolower($company->name)) }}" Contractor Signup


{{ Form::email('email',old('email'),['class'=>'form-control','placeholder'=>'Enter Signup Email','data-parsley-required'=>'true','id'=>'email']) }} @if(isset($errors) && $errors->first('email')) {{ $errors->first('email') }} @endif
{{ Form::close() }}
@stop @section('page_script') @stop