@extends('layouts.frontend') @section('title', 'About') @section('content')

Online Services

call-center
Contact Customer Service

Operating hours: 09:00-20:00

@foreach ($how_to as $k => $val)

{{$val['desc']}}
@endforeach
@endsection