@extends('front.template.master') @section('title', $policies->title . ' | Unilinkindia') @section('content')
service Details

Other Services

{{ $policies->title }}

@if ($policies->template == 1)

{{ $policies->short_description }}

@else @endif
@if ($policies->template == 1) @else

{{ $policies->short_description }}

@endif

{{ $policies->short_description2 }}

@if ($policies->template == 1) @else {{ $policies->short_description3 }} @endif
@if ($policies->template == 1) {{ $policies->short_description3 }} @else @endif

{!! $policies->description !!}

@if ($policies->video)
@endif
@endsection