@extends('admin.layouts.app') @section('content')
ID {{ $aboutUs->id }}
Content {{ html_entity_decode(strip_tags($aboutUs->content)) }}
@endsection