@extends('layouts.dashboard') @section('content')
@include('flash_msg')
{{ csrf_field() }}
@error('title'){{ $message }}@enderror
{{ Session::get('currencies') }}
@error('price'){{ $message }}@enderror
@if($add_artist_voices->icon) @else @endif
@if ($add_artist_voices->voice_sample) @endif
@endsection