@extends('layouts.admin') @section('content')
MODIFICATION LIGNE SERVICE
@csrf @method('PUT')
Description ( Service )
{{ $intervention_service->description ?? '' }}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
@endsection