@extends('layouts.admin_template') @section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @endif @endforeach

Edit User Commission

{{ csrf_field() }}
@if ($errors->has('userid')) {{ $errors->first('userid') }} @endif
@if ($errors->has('groupid')) {{ $errors->first('groupid') }} @endif
@endsection