@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