@extends('layouts.front') @section('content')

Our Courses

@foreach ($alltopics as $atopic)
Course
is_paid == 1) style="background:red;color:white" @endif>{{ $atopic->is_paid == 1 ? 'Premium' : 'Free' }}
@endforeach
@foreach ($alltopics as $atopic)
Course
is_paid == 1) style="background:red;color:white" @endif>{{ $atopic->is_paid == 1 ? 'Premium' : 'Free' }}
@endforeach
@endsection @section('scripts') @endsection