@extends('layouts.app') @section('content')
{{ Form::open(['url' => 'post-job', 'id' => 'post_job']) }}

Job Submission Form

Job Title
Job Type
Job Category
Location
Estimated Price
Zar
Zar
Tags (optional)
Job Description
Images or documents that might be helpful in describing your job
{{ Form::close() }}
@endsection