@extends('layouts.template.app')
@section('title', 'Áreas')
@section('first-title', 'USB')
@section('href', route('areas'))
@section('title-page', 'Áreas')
@section('suit', 'Áreas')
@section('item-suit', 'USB')
@section('content')
@livewire('area.index-area', key('areas'))
{{-- //SCRIPTS --}}
@endsection