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

{{ $about->id }}

{!! Form::label('our_mission', 'Our Mission:') !!}

{{ $about->our_mission }}

{!! Form::label('our_vision', 'Our Vision:') !!}

{{ $about->our_vision }}

{!! Form::label('our_values', 'Our Values:') !!}

{{ $about->our_values }}

{!! Form::label('our_goals', 'Our Goals:') !!}

{{ $about->our_goals }}

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

{{ $about->created_at }}