@extends('adminlte::page') @if(Route::currentRouteUses('App\Http\Controllers\JobController@edit')) @section('title_prefix', $job->da_job_name.'|') @section('title', '募集編集') @elseif(Route::currentRouteUses('App\Http\Controllers\JobController@create')) @section('title', '募集新規登録') @else @section('title', '募集複製') @endif @section('content_header') @if(Route::currentRouteUses('App\Http\Controllers\JobController@edit'))