@extends('layouts.dashboard') @section('content')
@include('flash_msg')
{{ csrf_field() }}
@csrf
{{ Session::get('currencies') }}
@if($memberships->icon) @else @endif
@if (!empty($memberships->voices) && is_array($memberships->voices)) @foreach ($memberships->voices as $voice) @endforeach @endif
@endsection