@extends('admin.layout.master') @section('content')

User Edit Wizard

@if(Session::has('errors'))
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif