@extends('layouts.app') @section('title') {{ __('messages.departments') }} @endsection @section('css') @livewireStyles @endsection @section('content')

{{ __('messages.departments') }}

@include('flash::message')
@livewire('departments')
@include('departments.modal') @include('departments.show') @include('departments.edit_modal')
@endsection @section('scripts') @livewireScripts @endsection