@extends('layouts.master') @section('title', 'Homepage') @section('content')

こんにちは、{{ $user->name }} 様

{{-- view type --}}
{{-- --}}
@include('includes.pagination-dropdown')
{{-- GRID --}}
{{-- END GRID --}} {{-- LIST --}}
LIST VIEW
{{-- END LIST --}}
@include('includes.pagination')
@endsection @section('script-footer') {{-- --}} @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @if (session('status')) @endif @endsection