@extends('frontend.main_master') @section('title', ($title ?? t('terms-of-service', 'Terms of Service')) . ' - ' . t('site-title')) @section('meta_description', $meta_description ?? 'Terms of Service & Terms of Use') @push('styles') @endpush @section('content')
@include('frontend.legal.user-agreement-content')

{{ t('last_updated', 'Última actualización') }}: {{ now()->format('d/m/Y') }}

@endsection