@extends('layouts.master_app') @section('title') Agregar clasificación @endsection @section('css') @endsection @section('content')
Clasificación
@include('partials.errors') @csrf
@endsection @section('js') @endsection