@extends('layouts.app') @section('content')
{{ isset($partnerPricing) ? 'Modifier une tarification SMS' : 'Créer une tarification SMS' }}
@include('components.alert_success')
{{ csrf_field() }} {{ isset($partnerPricing) ? method_field('PUT') : '' }}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('volume_min'))
{{ $errors->first('volume_min') }}
@endif
@if ($errors->has('volume_max'))
{{ $errors->first('volume_max') }}
@endif
€ HT
@if ($errors->has('ci_price'))
{{ $errors->first('ci_price') }}
@endif
€ HT
@if ($errors->has('data_price'))
{{ $errors->first('data_price') }}
@endif
€ HT
@if ($errors->has('router_price'))
{{ $errors->first('router_price') }}
@endif
is_disabled ?? '') ? 'checked' : '' }}>
@endsection @push('scripts') @endpush