@extends('layouts.master') @section('title', 'প্রথম পাতা') @section('slider') @include('layouts.slider') @endsection @section('content')
@foreach($notices as $notice) {{$notice->title}} @endforeach

RUNNING EVENT

@foreach($events as $event) @if($event->event_category === 'running')
{{ $event->session->title }}

{{ $event->session->title }}

{!! $event->descriptions !!}
Registration Now
@endif @endforeach

REWARDS

WINNERS PRIZE MONEY

    @foreach($rewards as $reward)
  • {{$reward->title}}

    {{$reward->price}} Tk

    {{ $reward->title }}
  • @endforeach

WINNER WILL ALSO GET

  • 1 Certificate with frame
  • 2 Medal for each Winner
  • 3 Leadership Traning
  • 4 Mentorship for Winners
  • 5 Offline ICT Course
  • 6 Advanced Ai for Education
WINNER ALSO GET CERTIFICATE
    @foreach($certificates as $certificate)
  • {{$certificate->title}}

    {{$certificate->subtitle}}

    {{ $certificate->title }}
  • @endforeach

ROUNDS & SYLLABOUS

@foreach($rounds as $round) @if($round->status === 'running')
{{ $round->title }}

{{$round->title}}
{{$round->titlebn}}

For Details

@endif @endforeach

FOUNDER'S MESSAGE

@foreach($speechs as $speech)

{!! $speech->speech !!}

@endforeach
@section('lastest-photo') @include('layouts.latest-photo') @endsection @endsection @section('footer') @include('layouts.footer') @endsection