@extends('layouts.main', ['activePage' => 'proyect', 'titlePage' => 'Nuevo Proyecto']) @section('content')
@csrf

Proyecto

Ingresar datos del nuevo proyecto

@if ($errors->has('nombre_proyecto')) {{ $errors->first('nombre_proyecto') }} @endif
@error('descripcion') {{ $errors->first('nombre_proyecto') }} @enderror
@if ($errors->has('linea_accion')) {{ $errors->first('linea_accion') }} @endif
@error('descripcion') {{ $errors->first('nombre_proyecto') }} @enderror
@error('descripcion') {{ $errors->first('nombre_proyecto') }} @enderror
@error('descripcion') {{ $errors->first('nombre_proyecto') }} @enderror
@error('descripcion') {{ $errors->first('nombre_proyecto') }} @enderror
@csrf
@error('descripcion') {{ $errors->first('nombre_proyecto') }} @enderror
@endsection @section('scripts') @endsection