@extends('frontend.layouts.master') @section('content')
@if($facilities)

Narad Aadarsha campus

{{$facilities->name}}

{!! strip_tags($facilities->description) !!}

@endif
@foreach($services as $k=>$v)

{{$v->title}}

{!!Str::words(strip_tags($v->first_description),25,'...')!!}

Read More
@endforeach

We are progressive, ethical and highly successful.

Contact Us
@endsection