@extends('layouts.app') @section('content')
@if ($user->user_role == 1) グループ・ポスター制作ボタン! @endif
@foreach ($group as $group_list)
{{ $group_list->name }} @if ($user->user_role == 1) 修正 @endif
@endforeach
@endsection