@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('labels.frontend.afiliacion.box_title')) @section('breadcrumb') @endsection @section('content')

Registre su asistencia


{{ html()->form('POST', route('frontend.contact.send'))->open() }}
@lang('labels.frontend.asistencia.box_title')

@lang('labels.frontend.asistencia.box_asistencia')
{{ form_submit(__('labels.frontend.contact.button')) }}
{{ html()->form()->close() }}
@endsection @push('after-scripts') @if(config('access.captcha.contact')) @captchaScripts @endif @endpush