@extends('layouts.app') @section('title', 'Job') @section('content')

Job

@csrf @if( Route::currentRouteName() == 'job-edit' ) @endif
@error('department_id') {{ $message }} @enderror
@error('level') {{ $level }} @enderror
@if( Route::currentRouteName() == 'job-edit' ) @else @endif @error('job_title') {{ $message }} @enderror
Back
@endsection