@extends('layouts.admin') @section('title', __('Dashboard')) @section('page_header')

{{ __('Dashboard') }}

@endsection @section('admin_main')

{{ __('You\'re logged in!') }}

@auth

{{ __('Role') }}: {{ auth()->user()->role->value }}

@endauth

CP一覧

CPの検索・一覧表示

URL新規取込

店舗とURLを指定して取込フローへ

@endsection