@extends("myViews.backOffice.layout.backOfficeLayout") @section("page") @if(isset($_action)) {{ $_action->ac_wording }}, vers {{ $_action->t_name }} @else Modifier un résultat d'action @endif @endsection @section("pageIcon") @endsection @section("firstLevelLayoutBodyContent")
Modifier un résultat d'action
{{--
--}}
@include("myViews.shared.formErrors")
$_result->ar_id,"ac_id"=>@$_action->ac_id]) }}" enctype="multipart/form-data" > @csrf
@if(!isset($_action)) {{--Agences auxquelles associer l'utilisateur--}} @error('ac_id')
    @foreach($errors->get("ac_id") as $error)
  • {{ $error }}
  • @endforeach
@enderror @else ac_wording}, pour l'entreprise {$_action->t_name}" }}"> @endif
ar_wording }}" name="ar_wording"> @error('ar_wording')
    @foreach($errors->get("ar_wording") as $error)
  • {{ $error }}
  • @endforeach
@enderror
{{--Agences auxquelles associer l'utilisateur--}} @error('ar_type')
    @foreach($errors->get("ar_type") as $error)
  • {{ $error }}
  • @endforeach
@enderror
ar_date) }}" name="ar_date"> @error('ar_date')
    @foreach($errors->get("ar_date") as $error)
  • {{ $error }}
  • @endforeach
@enderror
ar_others }}" name="ar_others"> @error('ar_others')
    @foreach($errors->get("ar_others") as $error)
  • {{ $error }}
  • @endforeach
@enderror
@endsection