@extends('layouts.app') @section('content')
@include('incs.contentheader')
{{ csrf_field() }} @if($user_id != "") @endif
@if($errors->has('first_name')) @endif
@if($errors->has('last_name')) @endif
@if($errors->has('email')) @endif
@if($errors->has('username')) @endif

@if($query != "")
@endif
@if($errors->has('password_confirmation')) @endif
@if($errors->has('password_confirmation')) @endif
MEMBER OF
@foreach($roles as $role)
roles->where('pivot.role_id', $role->id)) != 0) checked @endif @endif />
@endforeach
@endsection @section('script') @endsection