@extends('Layouts.erp_master') @section('content')
Services Title
Image
@if(!empty($servicesData->image)) @if(file_exists($servicesData->image))
@endif @endif
Order By
Icon Name
Services Benefits
{!! $servicesData->benefits !!}
Services Details
{!! $servicesData->details !!}
@include('elements.button.common_button', [ 'back' => true, 'print' => [ 'action' => 'print', 'title' => 'Print', 'exClass' => 'float-right', 'jsEvent' => 'onclick= window.print()' ] ])
{{-- CkEditor Code --}} @endsection