@extends('layouts.main', ['pageTitle' => 'Create Office']) @section('main-content')

Create New Office

@csrf
@if(!is_null($parentDepartment))

Department:: {{ $parentDepartment->display_name }}

@else @endif
@endsection