@lang('app.menu.consent')
@forelse($consents as $consent)
{{ $consent->name }}
{{ $consent->description }}
@if($consent->user)
@if($consent->user->status == 'agree')
@else
@endif
@else
@endif
@empty
@endforelse
@lang('app.save')