@extends('layouts.master_app') @section('title') Agregar modelo @endsection @section('css') @endsection @section('content')
Modelo
@include('partials.errors') @csrf
@endsection @section('js') @endsection