@extends('layouts.app') @section('content')
{{--
Buy this Course
--}}
{{ csrf_field() }} @include('common.flash_messages')
{{ Form::select('invoice_period', $intervals, '' , ['class' => 'form-control ']) }}
{{--
--}}
@endsection @push('scripts') @endpush