@extends('frontend.layouts.master') @section('title') Services @endsection @section('main-content')
@if($services) @foreach($services as $service)
@php $photo=explode(',',$service->photo); @endphp

{{$service->title}}

{!! substr($service->description, 0, 100) !!}

@endforeach @endif
@endsection