@if (strtoupper($method) == 'GET') {!! $content !!} @else
@csrf @method($method) {!! $content !!}
@endif