@extends('company.layouts.master')
@section('title', 'Add Department')
@section('page-title', 'Add Department')
@section('breadcrumbs')
Departments
New
@endsection
@section('content')
@include('company.job_categories._form', ['action' => route('company.job-categories.store'), 'method' => 'POST'])
@endsection