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

{{__('texte.services_arr.create.add_service')}}

{{ 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
@endsection