{!! 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('video_url', 'Video Url:') !!}

{{ $about->video_url }}

{!! Form::label('button_text', 'Button Text:') !!}

{{ $about->button_text }}

{!! Form::label('button_url', 'Button Url:') !!}

{{ $about->button_url }}

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

{{ $about->created_at }}