@extends('admin.template.jobmaster') @section('title', $title) @section('content') @php $userName= Auth::user()->name; $userOrganisation_type= Auth::user()->organisation_type; $userPerson= Auth::user()->person; $userType= Auth::user()->user_type; $userId= Auth::user()->id; $userImage= Auth::user()->user_image; @endphp

Jobs

@include('admin.partials.flash_message')
@csrf() @if(!empty($method)) @method($method) @endif

Add Job

Featured Prime Standard
Full Time Part Time Contractual
@if($userType==3) @else @endif
@foreach(get_organisations() as $k=>$c) @if($k == $userOrganisation_type) @endif @endforeach
@stop @section('javascript') @endsection