@extends('layouts.dashboard') @section('content')
@include('flash_msg')
{{ csrf_field() }}
{{ Session::get('currencies') }}
@if($add_voices->icon) @else @endif
@if ($add_voices->voice_sample) @foreach ($add_voices->voice_sample as $voice)
@endforeach
@endif
@endsection