@extends('layout.default') @section('content') @if(Session::has('flash_msg')) {!! Session::get('flash_msg') !!}

@endif @if ($errors->any()) @foreach($errors->all() as $error)

{{ $error }}

@endforeach @endif
@if ($is_admin) @endif
ユーザ {{$user->username}} 組織 {{$user->organization}}
Eメール {{$user->email}}
登録日 {{ $user->created_at }} 更新日 {{ $user->updated_at }}
@endsection @section('script') @endsection