@extends('company.layouts.master') @section('title', 'Edit Department') @section('page-title', 'Edit Department') @section('breadcrumbs') @endsection @section('content') @include('company.job_categories._form', ['action' => route('company.job-categories.update', $category), 'method' => 'PUT']) @endsection