@extends('dash.layouts.app') @section('title') Service Details @endsection @section('css') @endsection @section('content')
Title:
  {{$service->title}}
Sub Title:
  {{$service->sub_title}} %

Description

{!! $service->description !!}

Thumbnail

After & Before

@endsection @section('js') @endsection