@extends('layouts.default') @section('meta') {{\App\Helpers::mataTitle()}} @endsection @section('head') @endsection @section('content')
{!! \App\Helpers::pageData('section_1', 'section_1_header_text') !!}
{!! \App\Helpers::pageData('section_1', 'section_1_covid_content') !!}

Protect yourself and others from COVID-19

  • {!! \App\Helpers::pageData('section_2', 'section_2_header_1') !!}
  • {!! \App\Helpers::pageData('section_2', 'section_2_header_2') !!}
  • {!! \App\Helpers::pageData('section_2', 'section_2_header_3') !!}
  • {!! \App\Helpers::pageData('section_2', 'section_2_header_4') !!}
  • {!! \App\Helpers::pageData('section_2', 'section_2_header_5') !!}
  • {!! \App\Helpers::pageData('section_2', 'section_2_header_6') !!}
@endsection @section('script') @endsection