@foreach($abouts as $about) @endforeach
Created At Action
{{ $about->created_at }} {!! Form::open(['route' => ['abouts.destroy', $about->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}