@foreach($badgeSettings as $badgeSetting) @endforeach
Name Image Min Max Action
{{ $badgeSetting->name }} {{ $badgeSetting->min }} {{ $badgeSetting->max }} {!! Form::open(['route' => ['admin.badgeSettings.destroy', $badgeSetting->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger action-btn delete-btn', 'onclick' => 'return confirm("Are you sure want to delete this record ?")']) !!}
{!! Form::close() !!}