@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')) {{ Session::get('error') }} @endif Name * : E-mail ID * : Phone Number * : College Name * : Location * : Comments : {{ __('Submit Query') }} {!! Form::close() !!} @endsection @section('footer') @endsection
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!