@extends('layouts.app') @section('title', 'Cadastrar Cotas') @section('content') @section('page-function', 'Cadastrar Cotas') @include('template.alert') @csrf Nome Quantidade @endsection