@extends('layouts.app') @push('title') {{ $title }} @endpush @section('content')

{{__('Nomination Apply Form')}}

@csrf

{{$nomination->title}}

{!! nl2br($nomination->description) !!}

{{ __('Drag & drop files here') }}

{{__('Declaration of Candidate')}}

@if(!is_null($nomination->amount) && $nomination->amount > 0)

{{__('Payment Gateway')}}

@foreach ($gateways as $gateway) @endforeach

@endif
@endsection @push('script') @endpush