@extends('layouts.webapp') @section('title', __('menu.contactus')) @section('content')
{{ __('menu.aboutus') }}
@foreach ($aboutus as $about)
{!! $about->description !!}
@endforeach
@endsection