@extends('user.layouts.app')
@section('title', 'TOP')
@section('header')
TOP }})
@endsection
@section('content')
ようこそ{{ $f_user->supporter_id }}さん
まずは車両登録から始めましょう!!
車両を登録する
@if(!$is_viewed)
@endif
@endsection
@section('page_css')
@endsection
@section('page_js')
@endsection