@extends('edufair.layouts.master') @section('logo_slider_css') @endsection @section('content')

Nepal's Largest Virtual Edufair

NEPAL SCHOOL MELA

2021

The Virtual Admission Expo that brings together 500+ Schools across Nepal

In Association With

Card image cap

Supported by

Organized by

Card image cap
@foreach($faculties as $faculty) @endforeach {{--
--}} {{----}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{----}} {{--
--}}
@if(count($diamonds)>0)

Diamond Sponsor

Connect schools with prospective students
@foreach($diamonds as $diamond) @php $college = $diamond; @endphp @if(isset($college->logo)) @php $url = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/logo'.'/'.$college->logo; $uploadedFile = pathinfo($url); $old_filename = $uploadedFile['filename']; $extension = $uploadedFile['extension']; $imageLink = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/logo'.'/'.$old_filename.'.webp'; @endphp @endif @endforeach
@endif
@include('edufair.layouts.ads.middlefirsts',['middlefirsts'=>$middlefirsts])
@if(count($golds)>0)

Gold Sponsor

Connect schools with prospective students
@foreach($golds as $gold) @php $college = $gold; @endphp @if(isset($college->logo)) @php $url = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/logo'.'/'.$college->logo; $uploadedFile = pathinfo($url); $old_filename = $uploadedFile['filename']; $extension = $uploadedFile['extension']; $imageLink = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/logo'.'/'.$old_filename.'.webp'; @endphp @endif @endforeach
@endif
@include('edufair.layouts.ads.middleseconds',['middleseconds'=>$middleseconds])
@if(count($silvers)>0)

Silver Sponsor

Connect schools with prospective students
@foreach($silvers as $silver) @php $college = $silver; @endphp @if(isset($college->logo)) @php $url = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/logo'.'/'.$college->logo; $uploadedFile = pathinfo($url); $old_filename = $uploadedFile['filename']; $extension = $uploadedFile['extension']; $imageLink = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/logo'.'/'.$old_filename.'.webp'; @endphp @endif @endforeach
@endif
@include('edufair.layouts.ads.middlethirds',['middlethirds'=>$middlethirds])
@foreach($associations as $key=>$association)

{{$association->name}}

@foreach($states as $state) @php $todayDate = date('d'); if($todayDate % 2 == 0){ $orderBy = 'ASC'; } else{ $orderBy = 'DESC'; } @endphp @foreach($state->verifiedActiveClients($association->id)->where('logo','!=',null)->orderBy('company_name',$orderBy)->get() as $college) @php $url = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/logo'.'/'.$college->logo; $uploadedFile = pathinfo($url); $old_filename = $uploadedFile['filename']; $extension = $uploadedFile['extension']; $imageLink = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/logo'.'/'.$old_filename.'.webp'; @endphp @endforeach @endforeach
@foreach($association->clients as $client) @if(isset($client->featured_image)) @php $college = $client; $url = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/featured_image'.'/'.$college->featured_image; $uploadedFile = pathinfo($url); $old_filename = $uploadedFile['filename']; $extension = $uploadedFile['extension']; $imageLink = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/featured_image'.'/'.$old_filename.'.webp'; @endphp @endif @endforeach
@foreach($states as $state)
@php $todayDate = date('d'); if($todayDate % 2 == 0){ $orderBy = 'ASC'; } else{ $orderBy = 'DESC'; } @endphp @foreach($state->verifiedActiveClients($association->id)->where('featured_image','!=',null)->orderBy('company_name',$orderBy)->get() as $college) @php $url = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/featured_image'.'/'.$college->featured_image; $uploadedFile = pathinfo($url); $old_filename = $uploadedFile['filename']; $extension = $uploadedFile['extension']; $imageLink = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/featured_image'.'/'.$old_filename.'.webp'; @endphp @endforeach
@endforeach
@if($key==0) @include('edufair.layouts.ads.middleforths',['middleforths'=>$middleforths]) @endif @if($key==1) @include('edufair.layouts.ads.middlefifths',['middlefifths'=>$middlefifths]) @endif @if($key==2) @include('edufair.layouts.ads.middlesixths',['middlesixths'=>$middlesixths]) @endif
@endforeach

Progressive Schools

@foreach($states as $state) @php $todayDate = date('d'); if($todayDate % 2 == 0){ $orderBy = 'ASC'; } else{ $orderBy = 'DESC'; } @endphp @foreach($state->verifiedActiveProgressivesClients()->where('logo','!=',null)->orderBy('company_name',$orderBy)->get() as $college) @php $url = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/logo'.'/'.$college->logo; $uploadedFile = pathinfo($url); $old_filename = $uploadedFile['filename']; $extension = $uploadedFile['extension']; $imageLink = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/logo'.'/'.$old_filename.'.webp'; @endphp @endforeach @endforeach
@foreach($progressives as $client) @if(isset($client->featured_image)) @php $college = $client; $url = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/featured_image'.'/'.$college->featured_image; $uploadedFile = pathinfo($url); $old_filename = $uploadedFile['filename']; $extension = $uploadedFile['extension']; $imageLink = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/featured_image'.'/'.$old_filename.'.webp'; @endphp @endif @endforeach
@foreach($states as $state)
@php $todayDate = date('d'); if($todayDate % 2 == 0){ $orderBy = 'ASC'; } else{ $orderBy = 'DESC'; } @endphp @foreach($state->verifiedActiveProgressivesClients()->where('featured_image','!=',null)->orderBy('company_name',$orderBy)->get() as $college) @php $url = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/featured_image'.'/'.$college->featured_image; $uploadedFile = pathinfo($url); $old_filename = $uploadedFile['filename']; $extension = $uploadedFile['extension']; $imageLink = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/featured_image'.'/'.$old_filename.'.webp'; @endphp @endforeach
@endforeach
@include('edufair.layouts.ads.middlesevenths',['middlesevenths'=>$middlesevents])

INAUGURATION OF 2nd VIRTUAL EDUFAIR 2021

Connect schools with prospective students
{{-- --}}

Events Speakers

Connect schools with prospective students
@foreach($speakers as $speaker)
@php $url = config('filesystems.asset').'/'.'speakers'.'/'.$speaker->photo; $uploadedFile = pathinfo($url); $old_filename = $uploadedFile['filename']; $extension = $uploadedFile['extension']; $imageLink = config('filesystems.asset').'/'.'speakers'.'/'.$old_filename.'.webp'; @endphp {{$speaker->name}}

{{$speaker->name}}

({{$speaker->designation}},{{$speaker->sector}})

@endforeach
@include('edufair.layouts.ads.middleeighths',['middleeighths'=>$middleeighths])

Event Schedules

Connect schools with prospective students
@php $keyDataValue=1; @endphp @while(strtotime($start_date) <= strtotime($end_date)) @php $currentDate = date('Y-m-d',strtotime($start_date)); @endphp
@foreach($schedules as $schedule) @if(\App\Edufair\SpeakerDuty::where('id',$schedule->id)->where('date',$currentDate)->count()>0)
{{date('H:i A',strtotime($schedule->start_time))}} - {{date('H:i A',strtotime($schedule->end_time))}} Workshop
@endif @endforeach {{--
--}} {{--More Details--}} {{--
--}}
@php $keyDataValue+=1; $start_date = date ("Y-m-d", strtotime("+1 day", strtotime($start_date))); @endphp @endwhile
@include('edufair.layouts.ads.middlenineths',['middlenineths'=>$middlenineths])
@if(count($articles)>0)
@include('edufair.layouts.ads.middletenths',['middletenths'=>$middletenths])
@endif
@include('edufair.layouts.ads.bottomfirsts',['bottomfirsts'=>$bottomfirsts])
@foreach($speakers as $speaker) @endforeach
@include('edufair.layouts.ads.bottomseconds',['bottomseconds'=>$bottomseconds])
@endsection @section('after_js') {{-- --}} @if(!(\Illuminate\Support\Facades\Auth::check())) @endif @endsection