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

{{__('texte.vat_rates_arr.edit.edit_vat_rate')}}

{{ method_field('PATCH') }} {{ csrf_field() }}
@if ($errors->has('rate')) {{ $errors->first('rate') }} @endif
@if ($errors->has('active')) {{ $errors->first('active') }} @endif
@endsection