@extends('front.master') @section('title', 'Service Details') @section('content')

{{$descriptions->title}}

@if($descriptions->image) Description Image @endif
  • {{-- --}}

    {!! $descriptions->description !!}

{{-- --}}
@endsection