@extends('frontend.master') @section('content') @php function convertStringToArray($string) { $result = []; $parts = explode(',', $string); foreach ($parts as $part) { $values = explode('##', $part); if (count($values) === 2) { $result[] = [ "value" => $values[0], "label" => ucfirst($values[1]) ]; } } return $result; } @endphp
@if(!empty($pageDetails->heading)) {!! $pageDetails->heading !!} @endif
@if(!empty($pageDetails->short_description))
{!! $pageDetails->short_description !!}
@endif @if(!empty($pageDetails->description))
{!! $pageDetails->description !!}
@endif @if(!empty($contentDetails))

@if(!empty($pageDetails->page_name)) {!! $pageDetails->page_name !!} @endif

{{--
--}} {{--
--}} {{--
--}} {{--
    --}} {{--
  • 1
  • --}} {{--
  • 2
  • --}} {{--
  • 3
  • --}} {{--
  • 4
  • --}} {{--
  • 5
  • --}} {{--
  • 6
  • --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endif
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Do you want to trained by us?

--}} {{--

At Doodle, we believe in quality over anything else. Our entire planning and execution are based on perfection and to ensure a flawless output. We deeply focus on the business values and ensure a transparent workflow throughout--}} {{-- the product development by consistent--}} {{--

--}} {{--
--}} {{-- img--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @endsection