@extends('home.layouts.master') @section('content')
@foreach($feature_articles as $feature_article) @if($feature_article->info=='image') @else

{{$feature_article->title}}

{{--@if(isset($feature_article->category->name))--}} {{--
--}} {{-- {{$feature_article->category->name}}--}} {{--@endif--}} {{-- {{date('d M, Y | H:i A',strtotime($feature_article->created_at))}}--}} {{-- Admin--}}
@endif @endforeach
@foreach($ads_tops as $ads_top) @endforeach

Featured Colleges

@foreach($feature_clients as $feature_client) @php $college = $feature_client; @endphp @if(isset($college->logo)) @php $url = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/logo'.'/'.$college->logo; $uploadedFile = pathinfo($url); $old_filename = $uploadedFile['filename']; $extension = $uploadedFile['extension']; $imageLink = config('filesystems.asset').'/'.'clients'.'/'.$college->user->name.'/logo'.'/'.$old_filename.'.webp'; @endphp
@endif @endforeach

Featured News

Featured Video

@foreach($videos as $video)

{{$video->video_title}}

@endforeach
@foreach($videos as $video) @endforeach
@endsection {{--@section('script')--}} {{----}} {{--@endsection--}}