@extends('theme.master') @section('title') @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets))
@if($gets['img'] !== NULL && $gets['img'] !== '') @else course @endif

{{ __('Our Services') }}

@endif @if(isset($services))

{{ __('Our Service') }}

@if($serv['image'] == !NULL) @else @endif

{{ $serv->title }}

{{ str_limit(preg_replace("/\r\n|\r|\n/",'',strip_tags(html_entity_decode($serv->detail))) , $limit = 300, $end = '...') }}

@foreach($services as $ser)
@if($ser['image'] == !NULL) @else @endif
{{ $ser->title }}

{{ str_limit(preg_replace("/\r\n|\r|\n/",'',strip_tags(html_entity_decode($ser->detail))) , $limit = 80, $end = '...') }}

@endforeach
@endif @endsection