@extends('layouts.app') @section('title', 'Gestión de Tiendas Sincronizadas — ' . \App\Models\Setting::get('app_name', 'TI Manager')) @section('content')
{{-- Include the same import modal from products index --}} @include('products.partials.import_store_modal') @endsection