@extends('layouts.app') @section('title') {{ __('messages.departments') }} @endsection @section('css') @livewireStyles @endsection @section('content') {{ __('messages.departments') }} {{ __('messages.department.new_department') }} @include('flash::message') @livewire('departments') @include('departments.modal') @include('departments.show') @include('departments.edit_modal') @endsection @section('scripts') @livewireScripts @endsection