@extends('backendPartials.default') @section('section')

Courses

@foreach($course as $c) @endforeach
# Image Title Price Sale Price Show Price Active? Visitors Actions
{{$loop->iteration}} {{$c->title}} {{$c->price}} {{$c->sale_price}} {{$c->show_price?'Yes':'No'}} {{$c->is_active?'Yes':'No'}} {{$c->visitor_count}} Edit Delete
@endsection