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

Cadastrar Cargo

{{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