@extends('user.layout') @php $symbol = $currencyInfo->base_currency_symbol; @endphp @section('styles') @endsection @section('content')
{{ __('Add_Cause') }}
{{ __('Back') }}
    @csrf
    ...

    {{ __('JPG_PNG_JPEG_SVG_images_are_allowed') }}

    {{ __('Minimum_amount_for_this_cause') }}

    {{ __('Use_comma_to_seperate_the_amounts') }}
    {{ __('Custom_amount_must_be_equal_to_or_greater_than_minimum_amount') }}
    @foreach ($languages as $language)
    @php $currLang = $language @endphp @foreach ($languages as $language) @continue($language->id == $currLang->id)
    @endforeach
    @endforeach
    @endsection @section('scripts') @endsection