@extends('layouts.dashboard') @section('content')
Add Voice
Back
@include('flash_msg')
@csrf
Category
*
Select Category
@foreach($categories as $category)
{{$category->name}}
@endforeach
Sub Child Category
-- Select Child Category --
Title
Price
*
{{ Session::get('currencies') }}
Icon
Voice Sample
Description
Submit
@endsection