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

{{__('texte.services_arr.edit.edit_service')}}

{{ method_field('PATCH') }} {{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('is_fixed_price')) {{ $errors->first('is_fixed_price') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('price_supply')) {{ $errors->first('price_supply') }} @endif
@if ($errors->has('active')) {{ $errors->first('active') }} @endif
@endsection