@extends('app') @section('content')

Editar accident professional

@if ($errors->any())

Hi ha errors en el formulari:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')

Informació de l'accident

@php $currentType = old('type', $accident->type); @endphp
@include('components.partials.mainToasts') @endsection