@extends('layouts.admin.app', ['page' => $menuAdmin['stores']['active'] ?? ""]) @section('title', __('labels.stores')) @section('header_data') @php $page_title = __('labels.stores'); $page_pretitle = __('labels.list'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('admin.dashboard')], ['title' => __('labels.stores'), 'url' => null], ]; @endphp @section('admin-content')

{{ __('labels.stores') }}

@endsection