@extends('layouts.app') @section('content')
{{__('Edit Shop')}}
@csrf
{{__('User Information')}}
@error('category')

{{ $message }}

@enderror
@error('sub_category')

{{ $message }}

@enderror
@lang('Write tag and Press enter to add tags')
@lang('Write value and Press enter to add')
@lang('Write value and Press enter to add')
{{__('Shop Information')}}
@error('description')

{{ $message }}

@enderror

@endsection @push('scripts') @endpush