@extends('layouts.app')
{{--Important Variables--}}
@php
$moduleName = __('lang.department');
$createItemName = __('lang.edit') . $moduleName;
$breadcrumbMainName = $moduleName;
$breadcrumbCurrentName = __('lang.edit');
$breadcrumbMainIcon = "fas fa-building";
$breadcrumbCurrentIcon = "add_box";
$ParentRouteName = 'department';
@endphp
@section('title')
{{ $moduleName }}->{{ $createItemName }}
@stop
@section('top-bar')
@include('includes.top-bar')
@stop
@section('left-sidebar')
@include('includes.left-sidebar')
@stop
@section('content')
@stop
@push('include-css')
@endpush
@push('include-js')
@endpush