@extends('layouts.layout-2')
@section('content')
{{-- @if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
--}}
{{ __('Your Shop') }}
@if($user->shop)
@include('user.components.user_shop_edit')
@else
@include('user.components.user_shop_register')
@endif
@endsection