Edit Job

{{ Userdefined::showMessage() }}
Job Details
{{ Form::select('technology_id', [''=>'Select Technology'] + $technologies, $job->technology_id) }}
@if(Entrust::hasRole('bdm') || Entrust::hasRole('bdm_tl'))
Vendor Details
@endif @if(Entrust::hasRole('vendor') || Entrust::hasRole('vendor_tl') || Entrust::hasRole('bdm') || Entrust::hasRole('bdm_tl'))
Implementer Details
@endif
Client Details
@if(Entrust::hasRole('bdm') || Entrust::hasRole('bdm_tl'))
HR Details
@endif
{{ csrf_field() }} {{ method_field('PUT') }}