@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 ($memberships->voices) @endif
@error('description'){{ $message }}@enderror
@endsection