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

Copiar Cargo

Cargo a ser copiado: {{ $role->name }}

{{csrf_field()}}
@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