@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