@extends('website.layouts.app') @section('content')

{{ $aboutus->title ?? '' }}

{!! $aboutus->description ?? '' !!}

@endsection @section('scriptJs') @endsection {{-- --}}