@extends('layouts.AdminLTE.index') @section('icon_page', 'pencil') @section('title', 'Edit User') @section('menu_pagina')
  • Users
  • @endsection @section('content') @if ($user->id != 1)
    {{ csrf_field() }}
    @if($errors->has('name')) {{ $errors->first('name') }} @endif
    @if($errors->has('email')) {{ $errors->first('email') }} @endif
    @if($errors->has('roles')) {{ $errors->first('roles') }} @endif
    @endif @endsection @section('layout_js') @endsection