@extends('layouts.front-page') @section('pageTitle', 'HireMee Jobs') @section('content')
Hello Job Captains!

Nominate yourself to transform your career now!
Be a HireMee representative in your college and get placed in your dream company on a priority basis.
What are you waiting for? Hurry up!

{!! Form::open(array('url' => secure_url('job-captain'), 'method'=>'POST','class'=>'form-horizontal','id'=>'job_captain_form')) !!} {{ csrf_field() }} @csrf @if(Session::get('success'))
Success!{{ Session::get('success') }}
@endif @if(Session::get('error'))
@endif
{!! Form::close() !!}
@endsection @section('footer') @endsection