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