@extends('backend.admin-master') @section('site-title') {{__('Courses Enroll')}} @endsection @section('style') @include('backend.partials.datatable.style-enqueue') @endsection @section('content')
|
{{__('ID')}} | {{__('Title')}} | {{__('Payment Gateway')}} | {{__('Payment Status')}} | {{__('Enroll Status')}} | {{__('Action')}} | @foreach($all_enroll as $data)
---|---|---|---|---|---|---|
|
{{$data->id}} | {{optional(optional($data->course)->lang)->title ?? __('Untitled')}} | {{str_replace('_',' ',$data->payment_gateway)}} |
|
|
|