@extends('layouts.pages') @section('content')

مدرسان دوره های آموزشی

@foreach($teachers as $teacher) @if($teacher->avatar != null)
{{$teacher->full_name}}
{{$teacher->full_name}}
@endif @endforeach
@foreach($teachers as $teacher) @if($teacher->avatar != null)
{{$teacher->full_name}}
{{$teacher->full_name}}
@endif @endforeach
{{ $teachers->appends(request()->except('page'))->links() }}
@endsection @section('footer') @endsection