@extends('.frontend.default') @section('content')
@if(!empty($is_search) && $is_search)

搜尋結果

@else

最新導師

@endif @if ($instructors->count() > 0) @foreach ($instructors as $instructor) @include('frontend.template.instructor.card',[ 'instructor' => $instructor, 'is_details' => false ]) @endforeach @else
沒有導師
@endif
@if ($instructors->currentPage() != 1) @endif @if ($instructors->currentPage() != $instructors->lastPage()) @endif