@extends('layouts.app') @section("title",__('Title')) @section('content')

{{__('Services')}}

{{__('Our Services')}}

take(4)->get(); foreach($services AS $s) { $j = json_decode($s['json'],true); ?>
TR-CARD

{{__($s->title)}}

{{__(@$j['Description'])}}

{{__('Explore')}}
{{__('Explore All')}}

SHS

Training

  • {{__('Training Title 1')}}

    {{__('Training 1 Description')}}

  • {{__('Training Title 2')}}

    {{__('Training 2 Description')}}

  • {{__('Training Title 3')}}

    {{__('Training 3 Description')}}

  • {{__('Training Title 4')}}

    {{__('Training 4 Description')}}

  • {{__('Training Title 5')}}

    {{__('Training 5 Description')}}

{!! __('Training
Right Description') !!}

{{__('You are precious')}}

{{__('Schedule')}}

{{__('Plan')}}

SHS Training

Calendar Plan

orderBy("json->Course_Date","ASC") ->first(); $js = j($son->json); ?>
{{__('Soon')}}
{{$son->title}}
{{$js['Course_Date']}}

{{__('Upcoming Events')}}

where("y",1) ->orderBy("json->Course_Date","ASC") ->take(5) ->get(); foreach($diger AS $d) { $j = j($d->json); ?>
{{$j['Course_Date']}} {{ date('D', strtotime($j['Course_Date'])) }}
{{$d->title}}

{{$js['Course_Date']}} {{ date('D', strtotime($js['Course_Date'])) }}

{{$son->title}}

{!! $son->html !!}

{{__('Our Customers')}}

{{__('SHS')}}

Quizes

Training

get(); foreach($quiz AS $q){ ?>

{{$q->title}}

{{strip_tags($q->html)}}

Go to Quiz

{{__('Blogs')}}

{{__('Latest Blog Posts')}}

where('type','Blog')->take(6)->get(); foreach($blog AS $b){ ?>
@endsection