@extends('dashboard.layout.app')
@section('style')
@endsection
@section('content')
@include('dashboard.blocks.title',['button' => true, 'route' =>route('jobs.index'), 'icon' => 'arrow-left'])
{!!Form::open( ['url' => '/dashboard/jobs/' ,'method' => 'Post','files' => true]) !!}
@include('dashboard.jobs.form')
{!!Form::close() !!}
@endsection
@section('script')
@endsection