@extends('layouts.app') @section('css') @endsection @section('header') @endsection @section('content') @include('error')
@if($errors->has("name")) {{ $errors->first("name") }} @endif
@if($errors->has("location")) {{ $errors->first("location") }} @endif
Regresar
@endsection @section('scripts') @endsection