@extends('account::layouts.account') @section('title','Edit job') @section('subtitle',"Title: $job->name") @section('content') @include('account::job.inc.form',['action' => route('account.jobs.update',['job' => $job->id]) ,'method' => 'patch']) @endsection