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