@extends('layouts.admin') @section('title', 'Modifcation de services - ' . getRadioUsers()->name) @section('content')

Modification Service

"{{ $newService->name }}"

@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
Formats acceptés : JPG, PNG, GIF
image) }}" alt="" style="display: block; max-height: 200px;">
@error('image')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror

Tarification associée

@foreach ($newService->pricings as $index => $pricing) @php [$hour, $minute] = explode('h', $pricing->time_slot); @endphp
@endforeach

Frais de production

@if($newService->production_fees_available)
@else @endif
@endsection @section('script') @endsection