@extends('layouts.app') @section('title') {{$field->{'name_'.$lang} }} @endsection @section('content')
@if(count($field->courses) > 0)
@else
no data image

{{trans('home.no data found in this page')}}

@endif @endsection