@php $packages = \App\Models\Price::all(); $orgTypes = \App\Models\OrganizationType::all(); @endphp @extends('layouts.app') @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('POST')

{{ session('captcha') }}

@endsection