@foreach($data as $item)
{{__('message.title')}}: {{ $item->title }}
{{__('message.description')}}: {{ $item->description }}
{{ Form::open(['route' => ['why-choose.destroy', $item->id], 'method' => 'delete','data--submit'=>'why_choose'. $item->id]) }} {{ Form::close() }}
@endforeach