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