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

+ Cadastrar SIGLA {!! $count !!}

@csrf
@include('app.includes.alerts') @foreach($acronyms as $acronym) @endforeach
SIGLA Editar
{{ $acronym->acronym }}
{!! $acronyms->links() !!}
@stop