@extends('layouts.master') @section('content')
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Join As a Participant

Student Of The Years
{{ csrf_field() }}
{{--
--}}

Pay with Bkash: {{$amount->amount}} BDT /-

@endsection @section('footer') @include('layouts.footer') @endsection