@props([ 'action', 'method' => 'post' ])
@if($method != "get") @csrf @if($method !== "post") @method($method) @endif @endif @include('common.form-errors') {!! $slot !!}