@extends('layouts.popup.small') @section('content')
{{ csrf_field() }}

{{ trans('messages.time.billing_cycle') }}

@if ($errors->has('frequency_amount'))
{{ $errors->first('frequency_amount') }}
@endif

{{ trans('messages.close') }}
@endsection