@extends('user.layout') @section('styles') @endsection @section('content')
{{ __('Edit Thanks Page') }}
{{ __('Back') }}
    @csrf
    @foreach ($languages as $language) @php $courseData = $language ->courseInformation() ->where('user_id', Auth::guard('web')->user()->id) ->where('course_id', $course->id) ->first(); @endphp
    @endforeach
    @endsection @section('scripts') @endsection