@extends('novedades.layout') @section('novedades.m_header') @endsection @section('novedades.breadcrumbs')

Novedade

@endsection @section('novedades.content')

@lang('Create new')

@csrf
@if($errors->has('tipo'))
{{$errors->first('tipo')}}
@endif
@if($errors->has('novedad'))
{{$errors->first('novedad')}}
@endif
@endsection @section('novedades.scripts') @endsection