@extends('admin.layouts.app') @section('content')
{{-- Failed --}} @if (Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
{{-- Save Plan --}}
@csrf

{{ __('Plan Details') }}

{{-- Recommended --}}
{{ __('Recommended') }}
{{-- Private Plan --}}
{{ __('Private Plan') }}
{{ __('This plan does not show on the customer page. Only the admin panel can assign this plan to the customer.') }}
{{-- Plan Name --}}
{{-- Plan Description --}}
{{-- Plan Prices --}}

{{ __('Plan Prices') }}

{{-- Plan Validity --}}
{{-- Plan Features --}}

{{ __('Plan Features') }}

{{-- Formats --}}
{{-- No. Of Optimizer Images --}}
{{-- Maximum Upload Size --}}

{{ __('Ex: 1MB * 1024 * 1024') }}
{{-- Storage --}}

{{ __('Ex: 1GB * 1024 * 1024 * 1024') }}
{{-- Conversation APIs --}}
{{ __('Conversation APIs') }}
{{-- APIs Request --}}
{{-- Cloud Storage (S3) --}}
{{ __('Cloud Storage (S3)') }}
{{-- PNG --}}
{{ __('PNG') }}
{{-- JPG --}}
{{ __('JPG') }}
{{-- SVG --}}
{{ __('SVG') }}
{{-- WEBP --}}
{{ __('WEBP') }}
{{-- GIF --}}
{{ __('GIF') }}
{{-- Daily Usage Statistics --}}
{{ __('Daily Usage Statistics') }}
{{-- Media Library --}}
{{ __('Media Library') }}
{{-- Additional Tools --}}
{{ __('Additional Tools') }}
{{-- Support --}}
{{ __('Support') }}
{{-- Footer --}} @include('admin.includes.footer')
{{-- Custom JS --}} @section('custom-js') @endsection @endsection