{{-- Extends layout --}} @extends(((Auth()->user()) ? 'layout.app_private' : 'layout.app_public' )) {{-- Content --}} @section('content') @if (Auth()->user())
@else
@endif
@if (Auth()->user())

{{__("static_pages.".$data["name"].".title")}}

@else

{{__("static_pages.".$data["name"].".title")}}

@endif

{{__("static_pages.".$data["name"].".title")}}

{!! __("static_pages.".$data["name"].".info_top_1") !!}

{!! __("static_pages.".$data["name"].".info_top_2") !!} ({!! __("static_pages.".$data["name"].".pell_verified_procedure_link") !!}) {!! __("static_pages.".$data["name"].".infot_top_3") !!}

{!! __("static_pages.".$data["name"].".categories_admitted_top") !!}

@foreach ($data["table_badge"] as $row) @foreach ($row as $cell) @endforeach @endforeach
{{__("static_pages.".$data["name"].".user_name")}} {{__("static_pages.".$data["name"].".category")}} {{__("static_pages.".$data["name"].".web_reference")}} {{__("static_pages.".$data["name"].".contact")}} {{__("static_pages.".$data["name"].".badge_got")}} {{__("static_pages.".$data["name"].".created_at")}}
{{$cell}}

{{__("static_pages.".$data["name"].".info_bottom_title")}}

{!! __("static_pages.".$data["name"].".info_bottom_1") !!}

{!! __("static_pages.".$data["name"].".categories_admitted_bottom") !!}

@foreach ($data["table_dynamic_enabled"] as $row) @foreach ($row as $cell) @endforeach @endforeach
{{__("static_pages.".$data["name"].".user_name")}} {{__("static_pages.".$data["name"].".category")}} {{__("static_pages.".$data["name"].".web_reference")}} {{__("static_pages.".$data["name"].".contact")}}
{{$cell}}

{!! __("static_pages.".$data["name"].".info_bottom_2") !!}

@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') @endsection