@extends(getenv("THEME") . '.layouts.argo') @section('content')

Atualizar Cargo

id)}}" method="post" id="formulario" enctype="multipart/form-data"> @method(' PUT') {{csrf_field()}}
id == 2 ? "readonly" : ""}} class='form-control' type="text" id="name" name="name" value="{{$role->name}}"> @if($errors->has('name')) @foreach($errors->get('name') as $e) {{$e}} @endforeach @endif
@if($errors->has('description')) @foreach($errors->get('description') as $e) {{$e}} @endforeach @endif
@endsection