{{ __('Edit Item') }}
{{--
@csrf
...
@if ($errors->has('image'))

{{ $errors->first('image') }}

@endif

{{ __('Link will be formatted automatically after submitting the form.') }}

@if ($userBs->gallery_category_status == 1)
@endif

{{ __('The higher the serial number is, the later the item will be shown.') }}

--}}
@csrf
...
@if ($errors->has('image'))

{{ $errors->first('image') }}

@endif

{{ $keywords['Video_Link_Text'] ?? __('Link will be formatted automatically after submitting the form.') }}

@if ($userBs->gallery_category_status == 1)
@endif

{{ $keywords['Serial_Number_Text'] ?? __('*The higher the serial number is, the later the item will be shown.') }}