@extends('layouts.admin') @section('content')
MODIFICATION LIGNE SERVICE
@csrf @method('PUT')
@if($errors->has('description'))

{{ $errors->first('description') }}

@endif

@endsection