Domain\Student\Http\StudentController::index PHP Method

index() public method

Get all students.
public index ( ) : Illuminate\Database\Eloquent\Collection
return Illuminate\Database\Eloquent\Collection
    public function index()
    {
        return $this->repo->all($this->columns, $this->with);
    }