@extends('layouts.front.home') @section('title') AFAQ @endsection @section('css') @endsection @section('content') @isset($report['services'])
@include('flash::message') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

Our Services

Onlearing is one powerful online software suite that combines all the tools
needed to run a successful school or office.

@foreach($report['services'] as $service)
{{ $service->title }}

{{ $service->title }}

{{ $service->desc }}

more
@endforeach
@endisset @endsection @section('script') @endsection