@extends('layouts.app') @section('title', 'Add Company') @section('page-title', 'Add Company') @section('breadcrumbs') @include('layouts.components.breadcrumbs', ['items' => [['label' => 'Admin', 'url' => '/admin/dashboard'], ['label' => 'Companies', 'url' => route('admin.companies.index')], ['label' => 'Add']]]) @endsection @section('content')
@csrf

Company Details

@include('admin.companies._form', ['company' => null]) @if(isset($templates) && $templates->count())

Pre-populates departments when HR module is set up.

@endif
Cancel
@endsection