@foreach($abouts as $about) @endforeach
Sub Title Title Description Video Url Button Text Button Url Created At Action
{{ $about->sub_title }} {{ $about->title }} {{ $about->description }} {{ $about->video_url }} {{ $about->button_text }} {{ $about->button_url }} {{ $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() !!}