@include('partials.errors')
{!! $header !!}
{{ Form::text('title',old('title'),['class'=>'form-control', 'required']) }} {{ Form::label('title','Title*') }}
{{ Form::select('category', $categories, old('category'), ['class' => 'form-control career', 'required']) }} {{ Form::label('category','category*') }}
{{ Form::text('location',old('location'),['class'=>'form-control', 'required']) }} {{ Form::label('location','Location*') }}
{{ Form::textarea('content',old('content'),['required', 'id' => 'my-editor']) }}

Description*

@push('styles') @endpush @push('scripts') @endpush