@extends('front.template.master') @section('title', $content->title . ' | Unilinkindia') @section('content')
BEST SERVICES FOR YOU

{{ $content->title }}

@foreach($policies as $policy)
@if($policy->image) @else @endif
{{ $policy->title }}

{{ str_limit(strip_tags(html_entity_decode($policy->short_description)), $limit = 200, $end = '...') }}

@endforeach
@endsection