@extends('layouts.app')
@section('title', 'Global Constants')
@section('content')
@livewire('global-constants', ['loadingTime' => 3000])
@endsection