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