@props(['type', 'id', 'view' => null, 'edit' => null, 'trashed' => false])
@if($view && ! $trashed) View @endif @if($edit && ! $trashed) Edit @endif @if($trashed)
@csrf
@csrf
@else
@csrf
@endif