@extends('dashboard.layouts.layouts') @section('content')

Users

Back

{{$title}}

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if (@$errors->has('role_id')) {{ @$errors->first('role_id') }} @endif
@endsection