@extends('layout.front.app') @section('title', 'boadcast') @section('content')
بــودكــاست فــكــر

{!! $bodcastInfo->translation->content !!}

aboutImage

لمعرفة بودكاست فكر

{{-- videos section --}}

{{ __('front.our_episodes') }}

@if ($ourEpisodes)
@foreach ($ourEpisodes as $video)
{{ $video->translation->name }}
{{ $video->translation->name }}
@endforeach
@endif {{-- videos section --}}

{{ __('front.afkar_fakar') }}

@if ($afkarFakar)
@foreach ($afkarFakar as $video)
{{ $video->translation->name }}
{{ $video->translation->name }}
@endforeach
@endif

{{ __('front.our_blogs') }}

@if ($blogs)
@endif

تواصل معنا

@csrf
@if ($errors->all()) @foreach ($errors->all() as $message)
{{ $message }}
@endforeach @endif

يمكنك زيارة منصتنا للأستماع الى البودكاست بكامل حلقاته , كذلك يمكنك مشاهدتها
على اليوتوب ايضا.

أو يمكنكم التواصل مباشرةً معنا

@endsection @section('js') @endsection