@extends('layout') @section('header') @endsection @section('content') @include('error')
title : old("title") }}"/> @if($errors->has("title")) {{ $errors->first("title") }} @endif
@if($errors->has("description")) {{ $errors->first("description") }} @endif
budget : old("budget") }}"/> @if($errors->has("budget")) {{ $errors->first("budget") }} @endif
category : old("category") }}"/> @if($errors->has("category")) {{ $errors->first("category") }} @endif
Regresar
@endsection @section('scripts') @endsection