@extends('layouts.app') @section('title', __('trainings.register_payment_page_title', ['training' => $training->title])) @section('meta_description', Str::limit(strip_tags($training->accroche_first ?? $training->title), 155)) @section('content')
@endsection @push('scripts') @endpush