@extends('layouts/contentLayoutMaster') @section('title', __('locale.buttons.new_subscription')) @section('vendor-style') @endsection @section('content') {{ __('locale.buttons.new_subscription') }} @csrf {{__('locale.labels.select_customer')}} @foreach($customers as $customer) id ? 'selected': null }}> {{$customer->displayName()}} @endforeach @error('user_id') {{ $message }} @enderror {{__('locale.labels.select_plan')}} @foreach($plans as $plan) {{ htmlspecialchars($plan->name)."|".htmlspecialchars(\App\Library\Tool::format_price($plan->price, $plan->currency->format)) }} @endforeach @error('plan_id') {{ $message }} @enderror {{ __('locale.subscription.subscription_period_end') }} @error('end_period_last_days') {{ $message }} @enderror {{ __('locale.buttons.create') }} @endsection @section('vendor-script') @endsection @section('page-script') @endsection
{{ $message }}