@extends('layouts.app') @section('css') @endsection @section('header') @endsection @section('content') @include('error')
worker_id : old("worker_id") }}"/> @if($errors->has("worker_id")) {{ $errors->first("worker_id") }} @endif
name : old("name") }}"/> @if($errors->has("name")) {{ $errors->first("name") }} @endif
position : old("position") }}"/> @if($errors->has("position")) {{ $errors->first("position") }} @endif
registration : old("registration") }}"/> @if($errors->has("registration")) {{ $errors->first("registration") }} @endif
cc : old("cc") }}"/> @if($errors->has("cc")) {{ $errors->first("cc") }} @endif
management : old("management") }}"/> @if($errors->has("management")) {{ $errors->first("management") }} @endif
region : old("region") }}"/> @if($errors->has("region")) {{ $errors->first("region") }} @endif
club : old("club") }}"/> @if($errors->has("club")) {{ $errors->first("club") }} @endif
location : old("location") }}"/> @if($errors->has("location")) {{ $errors->first("location") }} @endif
Regresar
@endsection @section('scripts') @endsection