 }})
@if($permission['edit'])
 }})
@endif
@if($permission['destroy'])
 }})
{!! html()->form('DELETE', route(
$routePrefix . '.destroy',
[$value->id]
))->attributes([
'style' => 'display:inline',
'id' => 'delete-form-' . $value->id
])->open() !!}
{!! html()->form()->close() !!}
@endif
@if($value->status == 1)
@else
@endif