@extends('user.layout') @section('content')
{{ __('Gallery_Settings') }}
@csrf @if ($userBs->theme == 'home_thirteen')
...

@endif
@if ($errors->has('gallery_category_status'))

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

@endif

{{ __('Specify whether the gallery category will be active or not.') }}

@endsection