@extends('admin.layout') @section('content')
logo

{{ $data->{'title_' . App::getLocale()} }}



{{ $data->{'description_' . App::getLocale()} }}

{{ __('OurProgramModules.Add_Program_accordion') }}

@forelse ($data->OurProgramAccordion as $key => $OurProgramAccordion)
{{ $OurProgramAccordion->{'description_' . App::getLocale()} }}
@empty @endforelse

{{ __('OurProgramSliders.Add_Program_slider') }}

@forelse ($data->OurProgramSlider as $slid)

{{ $slid->{'title_' . App::getLocale()} }}

{{ $slid->{'description_' . App::getLocale()} }}

@empty @endforelse

{{ __('OurProgramModules.Add_Program_module') }}

@forelse ($data->OurProgramModule as $OurProgramModule)
Card image cap

{{ $OurProgramModule->{'title_' . App::getLocale()} }}

{{ $OurProgramModule->{'description_' . App::getLocale()} }}

@empty @endforelse

{{ __('OurProgramModules.Add_Program_feature') }}



@forelse ($data->OurProgramFeature as $OurProgramFeature)
Card image cap

{{ $OurProgramFeature->{'title_' . App::getLocale()} }}

@empty @endforelse
@endsection