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

Featured Listing Schools

Association Type

{{--
--}}

Board Type

Courses

@foreach($courses as $course)
id)->whereIn('id',request('course_id'))->first()) checked @endif @endif value="{{$course->id}}" id="course_{{$course->id}}" name="course_id[]" onchange="javascript:this.form.submit();">
@endforeach

Province

District

@foreach($districts as $district)
where('id',$district->id)->first()) checked @endif @endif value="{{$district->id}}" id="district_{{$district->id}}" name="district_id[]" onchange="javascript:this.form.submit();">
@endforeach

Municipality

@foreach($cities as $city)
where('id',$city->id)->first()) checked @endif @endif value="{{$city->id}}" id="municipality{{$city->id}}" name="city_id[]" onchange="javascript:this.form.submit();">
@endforeach
@foreach($platinums as $college) @if(!($college->user->name=='theedunepal' || $college->user->name=='virtualedufairnepal')) @endif @endforeach @foreach($golds as $college) @if(!($college->user->name=='theedunepal' || $college->user->name=='virtualedufairnepal')) @endif @endforeach @foreach($silvers as $college) @if(!($college->user->name=='theedunepal' || $college->user->name=='virtualedufairnepal')) @endif @endforeach @foreach($listing_colleges as $college) @if(!($college->user->name=='theedunepal' || $college->user->name=='virtualedufairnepal')) @endif @endforeach
@endsection @section('after_js') @if(!(\Illuminate\Support\Facades\Auth::check())) @endif {{-- --}} @endsection @section('logo_slider_css') @endsection