@extends('main') @section('styles') {!! Html::style(Theme::current()->assetPath.'/css/contact-2.css') !!} @endsection @section('page-title') @endsection @section('content')

{{ __('Join Our Team') }}

{!! @$page->content !!}
@if(Session::has('send-success'))
× {!! Session::get('send-success') !!}
@endif @if(Session::has('send-error'))
× {!! Session::get('send-error') !!}
@endif

{{ __('Send your resume') }}

{!! Form::open(array('route' => 'saveCareer','method' => 'POST', 'files' => true , 'class' => '','id' => 'contact-form')) !!}
{!! Form::close() !!}
@endsection @section('scripts') {!! Html::script(Theme::current()->assetPath.'/js/jquery.validate.js') !!} @endsection