@extends('store.master') @section('title', 'الإعدادات') @section('setting-active', 'active') @section('content')
@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if (!empty($store->image))
صورة المتجر
@endif
@if (!Auth::user()->store)

@endif
@endsection @section('script') @endsection