@extends('admin/admin_master') @section('admin')

All Disease

Diseases

@php $i=1; @endphp @foreach($all_words as $item) @endforeach
# Related Word Related Word Tamil Medical Word Action
{{ $i++ }} {{ ucwords($item['related_word']) }} {{ $item['related_word_tamil'] }} @php $medical_word = App\Models\MedicalDictionary::where('id', $item['word_id'])->first(); @endphp {{ ucwords($medical_word->english_word) }}   
@endsection