@extends('adminlayout.admin') @section('content')

Course Lists

  • Back Add New
@php $i=1; @endphp @foreach($courses as $data) @endforeach
S.no Name Price Total Seat Status Action
{{$i++}} {{$data->name}} {{$data->price}} {{$data->total_seat}} {{$data->status==1?'Active':'Inactive'}}
S.no Status Image Action
@endsection