@extends('layouts.panel') @section('page_title')

داشبورد

@endsection @section('content')
@foreach($teachers as $i=>$teacher) @endforeach
ردیف نام شهر
{{$i+1}} {{$teacher->first_name}} {{$teacher->last_name}} {{$teacher->city->title}} ({{$teacher->city->province->title}})
{{$teachers->links()}}
@endsection