@extends('layout') @section('header') @endsection @section('content') @include('error')
@if($errors->has("title")) {{ $errors->first("title") }} @endif
@if($errors->has("description")) {{ $errors->first("description") }} @endif
@if($errors->has("budget")) {{ $errors->first("budget") }} @endif
@if($errors->has("category")) {{ $errors->first("category") }} @endif
@if($errors->has("subtype")) {{ $errors->first("subtype") }} @endif
Lista de solicitudes
@endsection