@extends('../layouts/partials/header') @section('content')

PLANTILLA PARA EDITAR

Los campos marcados con (*) son mandatorios.
@csrf @method('put')
@if(session('success')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif

Folio : {{ $data->id }}


@endsection @extends('../layouts/partials/footer')