@extends('layouts.master_home') @section('dashboard_content')

User manage

User Details
{{ csrf_field() }}
name}}"> @if ($errors->has('name')) {{ $errors->first('name') }} @endif
email}}"> @if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif @if(isset($user)) If no change, leave blank. @endif
@if(isset($roles))
@foreach($roles as $role) @endforeach
@endif
@endsection