@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{ __('Add Related Course') }}
@foreach($relatedcourse as $cat) @endforeach
# {{ __('adminstaticword.RelatedCourse') }} {{ __('adminstaticword.Status') }} {{ __('adminstaticword.Action') }}
1 @if($cat->courses) {{$cat->courses->title}} @endif