{!! Form::label('id', 'Id:') !!}

{{ $about->id }}

{!! Form::label('image', 'Image:') !!}

{{ $about->image }}

{!! Form::label('sub_title', 'Sub Title:') !!}

{{ $about->sub_title }}

{!! Form::label('title', 'Title:') !!}

{{ $about->title }}

{!! Form::label('description', 'Description:') !!}

{{ $about->description }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $about->created_at }}