@extends('layout.app')
@section('title') Dashboard @endsection
@push('css')
@endpush
@section('content')
@endsection
@php
$store_locations = isset($store_locations) ? $store_locations : null;
$user_locations = isset($user_locations) ? $user_locations : null;
@endphp
@push('scripts')
@endpush