@props(['method' => 'POST', 'route','title','btnText']) {{ Form::open($attributes->getAttributes() + ['url' => $route,'method'=>$method , 'class' => 'row','onsubmit' => 'return false']) }} {{ $slot }}
{{ $btnText ?? 'اضافة'}} عودة
{!! Form::close() !!}