/home/techb158/ileadtechnology.com/resources/views/admin/course/whatlearns
Edit: /home/techb158/ileadtechnology.com/resources/views/admin/course/whatlearns/index.blade.php (4882B)
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
+ {{ __('adminstaticword.Add') }}
| # |
{{ __('adminstaticword.Course') }} |
{{ __('adminstaticword.Detail') }} |
{{ __('adminstaticword.Status') }} |
{{ __('adminstaticword.Edit') }} |
{{ __('adminstaticword.Delete') }} |
@foreach($whatlearns as $cat)
|
{{$cat->courses->title}} |
{{ strip_tags($cat->detail) }} |
|
|
|
@endforeach