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

EDITAR SALIDAS BKG

Los campos marcados con (*) son mandatorios.
@csrf @method('PUT')
@if(session('success')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection @extends('../layouts/partials/footer')