@extends('layouts.app') @section('content') @include('includes.inner_page_title', ['page_title'=>__('Manage Your Job Alert')])
@include('flash::message')
{{ csrf_field() }}
{!! Form::text('job_title', $JobAlert->job_title, array('class'=>'form-control', 'id'=>'job_title', 'placeholder'=>__('Job Title'))) !!} {!! APFrmErrHelp::showErrors($errors, 'job_title') !!}
@if( isset($JobAlert) ) @else @endif Delete Account
@endsection @section('script') @endsection