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

What We Provide

@foreach($services as $service)
service
{{ $service->title }}

{{ $service->short_description }}

@endforeach
@endsection