@extends('Front.PatientLayout.mainLayout') @section('title', 'Education') @section('content') {{-- {{ pre($arr) }} --}}
{{ __('dashboard.All_videos') }} @foreach ($cateall as $cats) @if (app()->getLocale() == 'en') {{ $cats['name'] }} @else {{ $cats['name_welsh'] }} @endif @endforeach
@forelse($arr as $cats) @foreach ($cats['category_video'] as $key => $videos) {{-- {{ pre($videos) }} --}}

{{ $videos['name'] }}

@endforeach @empty

{{ __('No.Data.Available') }}

@endforelse
@endsection