@extends('layouts.app') @section('content')
@include('includes.message')
@csrf
{{$planta->nombre}}
@if ($errors->has('nombre')) {{ $errors->first('nombre') }} @endif
@if ($errors->has('direccion')) {{ $errors->first('direcion') }} @endif
@if ($errors->has('localidad')) {{ $errors->first('locaclidad') }} @endif
@if ($errors->has('encargado')) {{ $errors->first('encargado') }} @endif
@if ($errors->has('telefono')) {{ $errors->first('telefono') }} @endif
@endsection