@include('header') @if(isset($_REQUEST['searchItem']) && $_REQUEST['searchItem']<>'')

Filter

Tuition Fees Range clear





Tuition: Sort By

Philippines Academic Ranking: Sort By

Ownership





{{$count}} Schools were found for {{$criteria}} in {{$searchItem}} in {{$searchLocation}}

@if(isset($msg))
  • {{ $msg }}

@else @foreach($result as $sch)
{{strtoupper($sch->name)}}
{{$sch->location}}
Metro Manila Ranking: @if($sch->ranking_metro_manila) {{$sch->ranking_metro_manila}} @else N/A @endif Overall Ranking: @if($sch->ranking_philippines) {{$sch->ranking_philippines}} @else N/A @endif

{!! $sch->describtion !!}

Type

@if($sch->type) {{$sch->type}} @else N/A @endif

Entrance Exam

@if($sch->entrance_exam) {{$sch->entrance_exam}} @else N/A @endif

Religious Affiliation

@if($sch->religious_affiliation) {{$sch->religious_affiliation}} @else N/A @endif

Term Structure

@if($sch->term_structure) {{$sch->term_structure}} @else N/A @endif

School Starts:

@if($sch->school_year) {{$sch->school_year}} @else N/A @endif

Fees

PHP {{$sch->fees}}

@endforeach @endif
@else

Filter

Tuition Fees Range clear





Tuition: Sort By

Philippines Academic Ranking: Sort By

Ownership





SCHOOLS

@if(isset($msg))

{{$msg}}

@else @foreach($result as $sch)
{{strtoupper($sch->name)}}
{{$sch->location}}
Metro Manila Ranking: @if($sch->ranking_metro_manila) {{$sch->ranking_metro_manila}} @else N/A @endif Overall Ranking: @if($sch->ranking_philippines) {{$sch->ranking_philippines}} @else N/A @endif

{!! $sch->describtion !!}

Type

@if($sch->type) {{$sch->type}} @else N/A @endif

Entrance Exam

@if($sch->entrance_exam) {{$sch->entrance_exam}} @else N/A @endif

Religious Affiliation

@if($sch->religious_affiliation) {{$sch->religious_affiliation}} @else N/A @endif

Term Structure

@if($sch->term_structure) {{$sch->term_structure}} @else N/A @endif

School Starts:

@if($sch->school_year) {{$sch->school_year}} @else N/A @endif

Fees

PHP {{$sch->fees}}

@endforeach @if(!isset($_REQUEST['fees'])) {{ $result->links() }} @endif @endif
@endif @include ('footer')