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

{{ $message }}

@enderror

@endsection @push('scripts') @endpush