@extends('layouts.user.frame') @section('title', 'マイページ - ') @section('id', 'user') @section('class', 'dashboard') @section('content') @include('user.common.header') @include('user.mypage.header')
@endsection