@extends('adminlte::page') @section('title', " $title ") @section('content')

Cadastrar Cargo {!! $count !!}

@csrf
@include('app.includes.alerts') @foreach($positons as $positon) @endforeach
Cargo Editar Excluir
{{ $positon->name }}
@csrf @method('DELETE')
@stop