@extends('user.layout') @php $symbol = $currencyInfo->base_currency_symbol; @endphp @section('styles') @endsection @section('content')
{{ __('Edit 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 $donationData = $language ->causeContent() ->where('user_id', Auth::guard('web')->user()->id) ->where('donation_id', $donation->id) ->first(); @endphp
    @endforeach
    @endsection @section('scripts') @endsection