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

{{ $message }}

@enderror

@endsection @push('scripts') @endpush