{{ trans('Voice Mail') }}
@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
{{ trans('S.N') }} | {{ trans('User') }} | {{ trans('Count') }} | Date |
---|---|---|---|
{{ $voice_data->id}} | {{ $voice_data->name }} | {{ $voice_data->count}} | {{ $voice_data->created_at}} |